USB : USB Classes A Closer Look at HID Class |
HID devices can be used for all sorts of applications, like these:
In fact, just about any kind of device that doesn't already fit into some other existing USB class, and in which a 64,000 byte per second data rate is acceptable, can usually be done better, faster, and more intelligently as a USB HID class device. And it will never require a special device driver to be installed, either.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |