Originally Posted by
Ioannis
Either one character or million of characters, the RS-232 sends each character alone. It has start bit, stop bit, maybe a parity bit too and the data itself. So, if between characters, there is small or big delay it should not matter, in most cases anyway.
You have to study carefully the modules you use if they need specific timings.
Some LORA modules I use seems to wait for a bit of time and if next character has not arrived in this time frame, sends the characters already in the buffer. Then the next characters are not lost but sent immediately after the previous transmission.
Now, what happens on the receiver side is the users responsibility to collect the data in good order.
Or make sure to send in a timely manner. Though the small delay tumbleweed noted would not be of any concern in most cases.
A read about RS-232 may help you clarify things.
Ioannis