are there any good usb hid emulators available?, I am writting a program to send/receive data to HID device.
|
|
closed as not constructive by skaffman, Mat, Anony-Mousse, Evan Mulawski, assylias Jul 6 '12 at 22:16
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
The problem with HID devices is that they all have different quirks and bugs and specialities. An emulator just cannot emulate this properly. Have you read the story of the USB cart at Microsoft? They packed a cart with as many USB devices as possible, all connected with USB hubs to a single plug. Then they would plug this into their test systems to see how Windows reacts. The huge variety of USB devices all appearing at the same time would stress-test the Windows USB stack very well, and expose new bugs all the time. Sometimes you just need to get access to bad hardware to test your code for robustness. |
|||
|
|