Quote:
Originally Posted by Radical Pi
Assuming worst-case scenario (16 bytes for each command), 900 messages can pass through at 115,200 baud, or a little less than 1 full command (send and receive) every millisecond.
|
at 115200 baud 8N1 each data byte requires 10 bit-times, so max throughput is 115200/10=11520 data bytes per second, or 11.5 data bytes per millisecond (in each direction, xmit & recv).
~