Line endings and byte count clarification.

This commit is contained in:
Ian Gulliver
2016-02-27 22:50:56 -08:00
parent b183cd9904
commit 0e35f24476
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ Simple textual format.
## Frame structure
* `*` (`0x2a`)
* 7 or 14 byte frame
* Uppercase hex-encoded 2, 7, or 14 byte frame (4, 14, or 28 bytes after encoding)
* `;` (`0x3b`)
* `\n` (`0x0a`) **OR** `\r\n` (`0x0d 0x0a`)