How do I read input from a USB HID device?

后端 未结 1 1108
情书的邮戳
情书的邮戳 2020-12-03 15:54

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

相关标签:
1条回答
  • 2020-12-03 16:41

    I did this successfully before using a “Raw Input” implementation on CodeProject:

    • Raw Input

    It allows you to receive both the input (what “keys” are pressed if it mimics a “keyboard”) as well distinguish which device it came from.

    0 讨论(0)
提交回复
热议问题