Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

are there any good usb hid emulators available?, I am writting a program to send/receive data to HID device.

share|improve this question

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.