Help for this page

Select Code to Download


  1. or download this
    my $usb = Device::USB->new();
    my $dev = $usb->find_device( VENDOR, PRODUCT );
    print Dumper $dev;
    
  2. or download this
        interrupt_write - Perform a interrupt write request to the specifi
    +ed endpoint.
             ep - The number of the endpoint to write
        bytes
             Buffer - Buffer from which to write the requested data.
             timeout - Maximum time to wait (in milliseconds)