Tod Kurt

Results 368 comments of Tod Kurt

Hi, I'm very interested in testing this out. Can you share how you have your Pico / RP2040 board hooked up? How are you seeing the `printf()` messages?

I've done some initial testing on this PR, using @rppicomidi's repo's `midihost` branch as of 537150f931d218e16b88dc5ac50a625622812c2b. My test setup is the standard Pico-as-picoprobe to Pico arrangement, with the Pico's VBUSs...

This is not the repo of the latest version. This is https://github.com/libusb/hidapi See https://github.com/signal11/hidapi/issues/468

This library is sort of a thankless task. I wouldn't mind if more active collaborators were present. I notice this library has a lot of forks with changes. Perhaps some...

@Qbicz Confirm I would like to volunteer on maintaining `hidapi`. I'm a maintainer of `node-hid` (a dependent of `hidapi`) and have a product that uses `hidapi`. So I'm motivated to...

This library isn't being maintained any more, please see #373. However the solution to your issue is your app needs extra entitlements. See examples like: https://github.com/UltimateHackingKeyboard/agent/blob/master/scripts/entitlements.mac.plist But I believe the...

Interesting! I will update `node-hid` and schedule some `node-hid` & Electron tests. Hopefully this eliminates the need for this entitlement for Electron users too. Thanks!

If the barcode scanner is showing up as a HID keyboard, the OS is likely claiming the device. (In general, hidapi cannot access keyboards and mice because those devices are...

Hi, You may find that if you recompile `hidapi` to use the `libusb` driver instead of the `hidraw` driver, the `path` property you get back could be constant enough for...

Here's a quick `hidapi` test program you can try: https://gist.github.com/todbot/12f4a26e840e3229a04aeac883fae332 Compile the `libusb` version and run it. You should see your devices listed with their paths listed. These paths are...