Reputation: 1229
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
Upvotes: 5
Views: 2984
Reputation: 23303
PyUSB is what you are looking for. it is a wrapper around libusb which works on linux and was ported on Windows.
Upvotes: 5