What is the minimum delay between two consecutive RS232 frames?

Posted by Lord Loh. on Super User See other posts from Super User or by Lord Loh.
Published on 2012-12-06T09:49:09Z Indexed on 2012/12/06 11:10 UTC
Read the original article Hit count: 261

Filed under:
|
|

I have been working on creating a UART on an FPGA. I can successfully transmit and receive single characters typed on PuTTY. However, when I set my FPGA to constantly write a large sequences of "A", sometimes I end up with a sequences of "@" or some other characters until I reset the FPGA a few times.

I believe the UART on the computer looses track of the difference between the start bit and a zero. The delay between the two "A" is ~ 30us (measured with a logic analyzer) and the baud rate is 115200 8N1.

Is there a minimum delay that must be maintained between two consecutive RS232 frames?

© Super User or respective owner

Related posts about serial-port

Related posts about rs232