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

Win10 Calls hidAPI to send data to the third-party library hid_write function in Windows. The device supports two ReportID types: 0x55 and 0x41, where 0x55 indicates normal communication data and...

I'm trying to establish communication between BLE HID device and Windows machine. I'm using custom HID descriptor. I could verify that the firmware on hardware is working using readymade api...

Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: 13 at address: 0x0000000000000000 [Switching to process 61712 thread 0x1703] 0x00007fff89770697 in CFSetGetValue () (gdb) bt #0 0x00007fff89770697 in CFSetGetValue ()...

This repository is no longer maintained. Actively maintained fork with a lot of bugfixes: https://github.com/libusb/hidapi For curious https://github.com/signal11/hidapi/issues/373 https://github.com/signal11/hidapi/issues/429

I would like to get the raw movement and button click reports from my mouse using your hidapi.dll but I don't know the correct format to send the request for...

Latest commit to master was almost 2 years ago, and latest release was over 4 years ago. Is anyone looking after this library? If not, can push access be granted...

Hello, Compiling openocd (latest version from git) fails with the following error message: /usr/include/hidapi/hidapi.h:481:32: error: function declaration isn’t a prototype [-Werror=strict-prototypes] 481 | HID_API_EXPORT const struct hid_api_version* HID_API_CALL hid_version(); |...

Good morning. I'm using this library to read scanned barcoded. It works well. Now I need to make a "beep" with the barcode if my application find out the scanned...

This pull request revives https://github.com/signal11/hidapi/pull/297 by making the change suggested in that pull request. This build successfully on OSX Catalina with build tools from homebrew.

Is there any way to convert from type hid_device to type HANDLE, I'm having issues with with hid_write() so have decided to use HidD_SetOutputReport(), which requests a variable of type...