- Application: Demonstrate how to send the command and data of set/get report request in control endpoint
- BSP Version: NUC200 Series BSP CMSIS v3.00.003
- Hardware: NuTiny-EVB-NUC220 V1.0
In the USB communication, the interrupt and bulk endpoints are usually used for data transfer. This example code implements a HID (Human Interface Devices) class device, which uses control endpoint to do command and data transfer of Set_Report and Get_Report request. Moreover, a PC-side application is also implemented to communicate with that device.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1223160104
|