标题: [NUC240] USBD Bulk Communication [打印本页] 作者: admin 时间: 2022-8-19 12:13 标题: [NUC240] USBD Bulk Communication
Application: Demonstrate how to do USB communication in bulk transfer type
BSP Version: NUC230/NUC240 Series BSP CMSIS v3.01.002
Hardware: NuTiny-EVB-NUC240 V1.2
This example code implements a USB bulk device and a PC-side application used to communicate with that device. PC-side program implements read and write control to USB bulk device by calling bulk APIs. USB bulk device gets the data from PC and returns it to PC, and the data will be printed on window command processor simultaneously.