rene-aguirre / pywinusb

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

Enhancing pywinusb for HID device -- Linux and macOS #50

Open mcuee opened 6 years ago

mcuee commented 6 years ago

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 commented 3 years ago

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