I'm making an application to run in the background on a salespoint to read input from a usb scanner.
How can I get the input of the scanner from C#?
And can I differentiate between the scanner and a usb keyboard? (Scanner is a HID device)
I'm looking for one of either 2 things
1 - A working example of code using Florian's library from: http://www.florian-leitner.de/index.php/2007/08/03/hid-usb-driver-library/
This seems to be one of the better (only???) C#/HID libraries but the author has …
I need to enumerate all HID devices connected to my PC. I tried to use this answer, but it enumerates USBHub devices and I can't find there my HID device.
EDIT:
I will be glad to know If there any …