UART Frame Time Calculator

Enter baud rate and frame format to get per-character and per-message transmit time.

Ad slot

How this works

Total bits per frame = 1 start bit + data bits + parity bit (if used) + stop bits. Frame time = total bits / baud rate. This is the real wire time per byte, which is why an 8N1 frame at 115200 baud (10 bits/byte) only carries about 11,520 bytes/sec of actual payload, not 115200/8.

← All EmbedCalc tools