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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PyUSB is what you are looking for. it is a wrapper around libusb which works on linux and was ported on Windows.