pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

Enhancing pywinusb for HID device -- Linux and macOS

Open mcuee opened this issue 6 years ago • 1 comments

One idea to enhance pywinusb for HID device is to make it cross platform. The best cross platform library for HID is HIDAPI. Maybe pywinusb can be enhanced to use HIDAPI under Linux and Mac OS X.

mcuee avatar May 03 '18 00:05 mcuee

For cross platform python wrapper for HID device, cython-hidapi is probably the way to go.

mcuee avatar Dec 11 '20 05:12 mcuee