Open mcuee opened 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).
pyusb is the cross platform python library for USB device. But it is not so suitable for HID device.
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).