From cc1ab5685c524752193b1e213514d98650f9f5b7 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 21 Mar 2017 15:03:13 +0100 Subject: [PATCH] update documentation --- documentation/formats.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/documentation/formats.html b/documentation/formats.html index fb2acc1..4fd1cb8 100644 --- a/documentation/formats.html +++ b/documentation/formats.html @@ -454,8 +454,17 @@ With the # flag, the byte order is changed to little endian, i.e. least significant byte first.

-The 0 flag changes the checksum representation from -binary to hexadecimal ASCII (2 bytes per checksum byte). +The 0 flag changes the checksum representation to +to hexadecimal ASCII (2 chars per checksum byte). +

+

+The - flag changes the checksum representation to +"poor man's hex": 0x30 ... 0x3f (2 chars per checksum byte). +

+

+The + flag changes the checksum representation to +decimal ASCII (formatted with %d). +