PORTS Forum
Ports and Interfaces => USB => Topic started by: Nik on August 07, 2013, 02:36:38 am
-
Hello,
In the HID specifications or anywhere on the internet,
I could not find the maximum number of Report Counts supported by HID.
Any help is highly appreciated.
Thanks.
Nik
-
If you mean the maximum value of the Report Count item, the low 2 bits of the Report Count tag are the number of bytes in the Report Count item. So that limits the maximum Report Count item's value to 3 bytes (FFFFFFh or 16,777,215). I don't know if any OSes choke on smaller values.
-
Er.. Jan,
bSize = 3 (11b) of short item means 4 bytes
6.2.2.2 Short Items, HID1_11.pdf
Tsuneo
-
Thanks, Tsuneo!
-
Thanks Jan, Tsuneo !