Search code examples
c++protocolshid

Best HID device communication libary C++


I want to send bytes to a HID device. I've allready tried libhid but I can't get it to work. Does anyone know a libary or a easy way to send bytes via. HID in C++. Any help is appreciated.


Solution

  • Check hidapi lib.

    Also will be usefull for you same question on SO.