0

这是HID_REPORT_DESCRIPTOR什么,有什么用。我在网上找到了一些定义,但我不明白。我们如何使用它以及我们如何编辑报告描述符。请指导我,将不胜感激。

4

2 回答 2

1

This tutorial pretty much explains everything in detail about HID_REPORT_DESCRIPTOR.

Please do a google search before you ask a question.

于 2011-06-28T16:41:05.357 回答
1

A HID Report Descriptor is a description for a HID Report. :-)

It describes what a Human Interface Device can do, and how you talk to it.

http://www.usblyzer.com/usb-human-interface-device-hid-class-decoder.htm

于 2011-06-28T16:41:12.023 回答