PORTS Forum

Ports and Interfaces => USB => Topic started by: yindengxie on September 03, 2020, 02:54:46 pm

Title: Please correct my understanding
Post by: yindengxie 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!
Title: Re: Please correct my understanding
Post by: Jan Axelson on September 03, 2020, 08:11:20 pm
yes. For some devices with standard functions, a filter driver has exclusive access to the HID.
Title: Re: Please correct my understanding
Post by: yindengxie on September 04, 2020, 04:17:59 am
Jan, THANKS!

Best Regards!