On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
RTUSB-32 Programming Manual
Introduction
The Universal Serial Bus
Programming with RTUSB-32
Demo Programs
Function FindUSBControllers
Program USBShow
Program HIDShow
Program HIDDemo
Program PrintDemo
Program MouseDemo
Program USBCOM
Program Audiodemo
Program MTPDemo
Advanced Topics
RTUSB-32 Reference Manual
|
Program HIDDemo
HIDDemo is a template for a driver for most USB HID devices. Demo program HIDShow can analyse the HID descriptors of an HID device and generate a data structure declaration of the data sent by the device. The code can be inserted into this demo to obtain the framework of a custom driver for any HID device that uses a single report.
More information about USB HID class devices is available in section HID (Human Interface Devices).
Demo Programs
Program HIDShow
Program PrintDemo
|