Just for my own reference. Common terminators in different formats.
| Uint8 | Hex | ASCII Character | Escaped | Description |
|---|---|---|---|---|
| 10 | 0x0A | LF (Line Feed) | \n | Moves the cursor to a new line (next row) |
| 13 | 0x0D | CR (Carriage Return) | \r | Moves the cursor to the beginning of the current line |

Leave a Reply