Leser: 22
Quote---------- Perl ----------
$VAR1 = bless( {
'location' => 0,
'dirname' => 'bus-0',
'devices' => []
}, 'Device::USB::Bus' );
$VAR2 = bless( {
'location' => 1,
'dirname' => 'bus-1',
'devices' => []
}, 'Device::USB::Bus' );
$VAR3 = bless( {
'location' => 2,
'dirname' => 'bus-2',
'devices' => []
}, 'Device::USB::Bus' );
$VAR4 = bless( {
'location' => 3,
'dirname' => 'bus-3',
'devices' => []
}, 'Device::USB::Bus' );
$VAR5 = bless( {
'location' => 4,
'dirname' => 'bus-4',
'devices' => []
}, 'Device::USB::Bus' );
$VAR6 = bless( {
'location' => 5,
'dirname' => 'bus-5',
'devices' => []
}, 'Device::USB::Bus' );
found 6 busses
Output completed (0 sec consumed)
QuoteSo far, this module has only been tested on Linux. It should work on any OS that supports the libusb library. Several people have reported problems compiling the module on Windows. In theory, it should be possible to make the library work with LibUsb-Win32 http://libusb-win32.sourceforge.net/. Without access to a Windows development system, I can't make those changes.