From cc1ab5685c524752193b1e213514d98650f9f5b7 Mon Sep 17 00:00:00 2001
From: Dirk Zimoch #
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).
+