vote up 0 vote down star

Is anyone familiar with how to identify a USB pnp event with Perl on a Windows (win32 system)?

There is Device::USB (Use libusb to access USB devices) but it suitable for linux, and in order to work in Windows it require libusb and even that not require it to works, is there any other option to identify if a USB device is plugged or unplugged on a Win32 system with Perl? If yes, could someone show an example?

flag

1 Answer

vote up 0 vote down

There is an Device::USB for Windows for ActiveState Perl 5.10

link|flag
-1 for this: bad advice! I tried it, and after installing libusb.dll on my computer I'm now having to reinstall Windows since my computer, which only has USB keyboard and USB mouse, was rendered inoperable. – Kinopiko Nov 9 at 2:52
Try things like that in a virtual machine first. :) – brian d foy Nov 9 at 18:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.