hid.enumerate(0x03ab, 0x2424)
Closed this issue · 1 comments
WanManito commented
This method is sometimes extremely slow, and it takes a long time to return the result. Only one USB HID device is connected
Linux test-virtual-machine 5.10.0-1029-oem #30-Ubuntu SMP Fri May 28 23:53:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
bearsh commented
This doesn't seem to be a cython-hidapi issue as this project is only a small wrapper over hidapi (https://github.com/libusb/hidapi) and I can't image this introduce a significant delay. So unless plain hidapi is faster, report this upstream.