Author Topic: troubles making my output features reports carry data.  (Read 7694 times)

ulao

  • Frequent Contributor
  • ****
  • Posts: 172
Re: troubles making my output features reports carry data.
« Reply #15 on: November 10, 2021, 10:38:37 am »
disregard the entire thing was a typeo...
APIProcessSets( ReportID ,&ReportData[ReportSize], ReportSize);
vs
APIProcessSets( ReportID ,&ReportData, ReportSize);

I so started at this for so long...
Quote
In HID the OUT endpoint is optional. If you don't have one your Windows driver will send a SET_REPORT request to the control endpoint instead.
thx this is what I was seeing.