Author Topic: Please correct my understanding  (Read 4131 times)

yindengxie

  • Member
  • ***
  • Posts: 28
Please correct my understanding
« on: September 03, 2020, 02:54:46 pm »
Hello Jan,

Please you correct my understanding:

A report descriptpr defines the format and use of the data in HID' reports.
In other words, the Report Descriptor tells us how to interpret (decode) the
Report (protocol). At present I have ordered a USB HID input device, I can
ignore other Descriptors and just focus on the Report Descriptor, knowing
how to interpret (decode) the Report (protocol) is enough. Then, we use
the Windows HID API ReadFile (ReadHandle, InputReport,...)  to get the
input data from the HID device.

Is my understanding correct? THANKS!

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Please correct my understanding
« Reply #1 on: September 03, 2020, 08:11:20 pm »
yes. For some devices with standard functions, a filter driver has exclusive access to the HID.

yindengxie

  • Member
  • ***
  • Posts: 28
Re: Please correct my understanding
« Reply #2 on: September 04, 2020, 04:17:59 am »
Jan, THANKS!

Best Regards!