Hello Jan
I'm about to implement USB communication between a device and a PC. Most of the time the amount of data is small and if there's more, transfer speed is not critical. Thus I conclude that a HID class device is appropriate (to omit a special driver).
Actually the device has no human interface at all and I only want to bidirectionally transfer bunches of bytes without any meaning on the level of USB. The meaning is up to the application for both, the host and the device.
All I can find are examples of mice, keyboards etc. and I am more or less stuck, not getting any further. The specification documents are very vague. After having gone through all the example descriptor tables shipped with the USB.org descriptor tool, I do not see any rule of how such a table is built up, no information on what item comes after another, what is allowed and what not (as is the case in any programming language).
Now my question: Does your book provide the information I need? Or do you possibly know of an example of that kind of misuse of the HID class (using the simplest possible report structure to fit the need)?
Thanks and regards
Walter