rene-aguirre / pywinusb

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

pywinusb vs pyusb #67

Open jxltom opened 4 years ago

jxltom commented 4 years ago

I'm curious what are the differences between them? Thanks.

mcuee commented 3 years ago

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.

jxltom commented 3 years ago

@mcuee Thanks!