Clearer language about hex string lengths.

This commit is contained in:
Ian Gulliver
2016-02-28 18:36:12 -08:00
parent 6bee996d5a
commit 05a67df06f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ level data.
## Frame structure
* `*` (`0x2a`)
* Uppercase hex-encoded 2, 7, or 14 byte frame (4, 14, or 28 bytes after encoding)
* Uppercase hex-encoded 4, 14, or 28 byte payload (2, 7, or 14 bytes when decoded)
* `;` (`0x3b`)
* 4 byte MLAT timestamp (see below)
* `;` (`0x3b`)

View File

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