搜索资源列表
AA1
- 实现学习板通过USB端口与PC机通信,用户通过端点1(EP1)发 送0x11将启动ADC转换并将采样结果通过EP1发送给PC机, 用户通过EP1发送0x99停止ADC转换-The achievement of learning board with the PC through the USB port communication, the user through the endpoint 1 (EP1) Send 0x11 to start sampling and ADC co
usbdriver_20110110
- 用DriverStudio3.2编写的USB驱动,端口8读PC机的数据,端口2向PC发送数据,如果字节数小于2^20,速度可以达到30MByte/s。-Written by DriverStudio3.2 USB drive, PC, port 8 read the data, port 2 to send data to the PC, if less than 2 ^ 20 bytes, the speed can reach 30MByte/s.
SourceCode
- 实现自定义的USB编程。启用了D12的端 点1和端点2,端点1为中断传输,最大包为16字节,查询间隔为10ms。端点2为批量 传输,最大包为64字节。端点1的输出第一个字节为控制END USB板上的LED的,每个 bit代表一个LED,为1时表示对应的LED亮。端点1的输入第一个字节为返回的开关 状态,每个bit代表一个按键,为时表示对应的按键按下。输出端点2的数据通过串 口发送出去,串口接收到的数据通过端点2返回。-Implement custom USB programm
