Open jxltom opened 4 years ago
I'm curious what are the differences between them? Thanks.
pywinusb: Windows only, with Windows HID backend pyusb: cross platform, on top of libusb, not suitable for HID device. cython-hidapi: cross platform python wrapper for HID device.
@mcuee Thanks!
I'm curious what are the differences between them? Thanks.