Open mcuee opened 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.
For cross platform python wrapper for HID device, cython-hidapi is probably the way to go.
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.