http://www.perlmonks.org?node_id=1063083


in reply to How to Access USB Device on Windows

Depending on how the device(s) show up in the OS and how the device(s) are designed to be communicated with, you might be able to use Win32::SerialPort for Windows and Device::SerialPort for non-Windows systems. I believe that the syntax of the two modules is very similar.

  • Comment on Re: How to Access USB Device on Windows