I was interested in doing some cross platform work with a usb device in python, any tips or recommendations on modules that can do this type of thing?
I've looked around SF and googlecode without a lot of luck.
thanks!
ct
I was interested in doing some cross platform work with a usb device in python, any tips or recommendations on modules that can do this type of thing?
I've looked around SF and googlecode without a lot of luck.
thanks!
ct
PyUSB is what you are looking for. it is a wrapper around libusb which works on linux and was ported on Windows.
I ran across this a little while ago:
http://code.google.com/p/usb-devices/
has anyone played around with it?