-1

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.

suljic
  • 33
  • 5

1 Answers1

2

Check hidapi lib.

Also will be usefull for you same question on SO.

Kuznetsov-M
  • 346
  • 7
  • 18