|
|
|
|
|
by jacquesm
2970 days ago
|
|
I see what you're getting at. That the next character would start to be printed before the carriage return had completed with the sending side not respecting the fact that it had just sent a carriage return by waiting for a bit. From what I remember most TTY drivers would automatically insert an appropriate delay after a CR because the LF is optional, you can happily overprint a line if you want. |
|
The NUL character was useful for inserting a delay into the serial stream.