pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

Enhancing pywinusb for Windows: WinUSB

Open mcuee opened this issue 6 years ago • 1 comments

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 avatar May 03 '18 01:05 mcuee

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

mcuee avatar Dec 11 '20 05:12 mcuee