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.

MSP430USB CDC类通信速度

Other Parts Discussed in Thread: MSP430F5529

我使用CDC官方例程C6和MSP430F5529实验板,向PC机发送数据,通信速率只有250KB/s,但是我看有的人速度能达到500KB/s,应该怎样提速呢?有没有什么要注意的地方?我用的是ware 4_10_02 开发包中的例程,PC端用的串口助手。

另外,我通过USB监视软件查看到,使用cdcSendDataInBackground函数发送1个字节和发送256个字节的时间均为1ms(验证了发送速度是250KB/s),有人知道这个1ms的发送延迟是怎么造成的吗?应该怎样缩小这个时间?