This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
CDC 器件类传输的最大速度是多少?
我应该设置什么来提高传输速度?
如何继续发送 USB_EX9_DEV_BULK_throughput 等数据?
提前感谢。
您好!
USB_DEV_serial 示例使用批量端点。 在 USB_DEV_serial 示例中、主机 PC 仅发送两个 IN 数据包、每帧(1ms)从器件请求数据。 这是最大128字节/ms。
示例使用中断处理数据传输(接收和发送)。 如果必须连续发送数据、则必须通过检查 SCI 标志而非中断的状态来更新代码以调用"USBIPrimeTransmit()"函数。
此致
Siddharth
感谢你的答复。
我明白了。