Tod Kurt

Results 368 comments of Tod Kurt

Apologies, I am wrong. Disregard the above comment. I really thought the `path` on Linux libusb was consistent across replugs but I'm seeing it increment now as you originally describe.

It sounds like you're using the 'libusb' driver on Linux. The `libusb` Linux driver does not have `usage` and `usagePage` properties, but the `hidraw` Linux driver does. You should be...

The `hid4java`'s build process is pretty foreign to me. I can't see how `hidapi` is even being compiled from the docs for `hid4java`, making me think he hand-compiles them and...

This sounds like a Python library question, not this hidapi (a C library). I think instead you should be looking at: https://pypi.org/project/hidapi/ This is the Python hidapi wrapper that I...

Looking at the setup file for `spreads`, I think you should instead be installing [hidapi-cffi](https://pypi.org/project/hidapi-cffi/). But this should have gotten installed for you if you installed `spreads` via the normal...

What is the device you are communicating with and what is your timeout value? If it's Bluetooth, there seems to be timing variability in when macOS returns bluetooth data. Otherwise,...

Which OS are you on? I believe this is a problem currently with Windows `hid_write()`. See issue #356 and #255.

Hi @timfish, Using AtExit would be the smart thing to do, but it looks like Electron 1.8 breaks that functionality currently: https://github.com/electron/electron/issues/11299

Awesome, thanks. If you submit a pull-request I'll merge it immediately.