hidapi icon indicating copy to clipboard operation
hidapi copied to clipboard

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.

Results 107 hidapi issues
Sort by recently updated
recently updated
newest added

Is there a place in the code where we control the NAK timeout or count? When I disable transfers on my device for a moment the host seems to only...

What does it mean when a computer shows winusb instead of hidusb? I have users that have winusb and my application does not work. My application is using the hidapi.dll...

When write the datat using hid_write, no result return and suspend forever. with the bus hound captured the usb packets: ![image](https://user-images.githubusercontent.com/5970643/37808020-690ab504-2e83-11e8-8055-6ada6c19f74b.png)

Hello, I am not able to use the serial number to identify a specific device connected to my computer, is this feature working? Regards,

I have a device which both reports events and can have state set. It's a USB HID speakerphone. For example, to make it ring you have to send it something,...

Can anyone help how to find out the reason for windows handouts just after hid device get's connected. How it works (it to be exact - doesn't work): 1) My...

When testing with valgring, hid_close complained with the messages shown at the end. Workaround for me was to move the code: ``` free(dev->transfer->buffer); libusb_free_transfer(dev->transfer); ``` after clearing out the queue...

I know interfaces aren't supported on OS X. The work-around to check the usage to be sure you have the correct one is fine... except then what? I can either...

As per the subject line, I'm using hid_write to send data to a HID device (actually a non-HID device pretending to be a vendor defined class of HID). I'm using...

Moved from node-hid/node-hid#245. *Context: DS4Windows sends data packet and Dualshock 4 responds. Node-hid (hidapi) sends exact same type of message with exact same data, and nothing happens.* Looking at the...