pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

pywinusb vs pyusb

Open jxltom opened this issue 4 years ago • 2 comments

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

jxltom avatar Oct 07 '20 06:10 jxltom

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 avatar Dec 11 '20 05:12 mcuee

@mcuee Thanks!

jxltom avatar Dec 11 '20 11:12 jxltom