ct_
ct_

Reputation: 1229

cross platform usb module for python?

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

Answers (1)

Adrien Plisson
Adrien Plisson

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

Related Questions