Clearer language about hex string lengths.
This commit is contained in:
@@ -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`)
|
||||
|
||||
@@ -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`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user