rene-aguirre / pywinusb

USB / HID windows helper library
BSD 3-Clause "New" or "Revised" License
207 stars 63 forks source link

Enhancing pywinusb for Windows: WinUSB #51

Open mcuee opened 6 years ago

mcuee commented 6 years ago

Another idea for pywinusb is to support generic USB device with WinUSB.

Common generic USB device either uses HID or custom USB class. WinUSB is the most widely use driver for custom USB device (others include libusb-win32, libusbK, cyusb, etc).

mcuee commented 3 years ago

pyusb is the cross platform python library for USB device. But it is not so suitable for HID device.