Content originally posted in LPCWare by tuong on Thu Jul 12 00:44:21 MST 2012
Dear TKoe,
Setting the baudrate is needed for the physical link with a RS232 chip, and you have to make sure that both sides of this link have the same baudrate to encode/decode the data.
In our case, we are virtual link via USB bus, setting the baudrate is not needed. What you need to know are:
- Your bus speed is high, full or low
- What is your endpoint max packet size and the size of a file that your PC host's terminal software intend to write to CDC device. These numbers calculate the number of packets transfered on USB bus.
With best regards,