Author Topic: hid transfer of more than 255 bytes  (Read 5494 times)

genp

  • Member
  • ***
  • Posts: 2
hid transfer of more than 255 bytes
« on: March 05, 2014, 08:34:21 pm »
Hello,
I need to implement HID device which is capable of transferring 400 byte of data in IN and OUT reports over interrupt endpoint in USB 2.0.
I can set needed maximum packet size in endpoint descriptors, but the report count in a Report Descriptor is only 1 byte, so the maximum report length I can get is 255.
How do I solve this problem ?

Thanks a lot

genp

  • Member
  • ***
  • Posts: 2
Re: hid transfer of more than 255 bytes
« Reply #1 on: March 05, 2014, 09:51:04 pm »
I've found it. need to use 0x96 id instead of 0x95

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: hid transfer of more than 255 bytes
« Reply #2 on: March 11, 2014, 09:35:12 pm »
Thanks for reporting the fix!