Hi, with this correction, output barcodes match what I'm seeing with other
codabar outputs. Found in Debian:
Author: Chris Howie <crazycomputers@yahoo.com>
Description: Following codabar specification (Closes: #320908).
Upstream-Status: Submitted [http://lists.gnu.org/archive/html/bug-barcode/2014-01/msg00000.html]
--- codabar.c.orig 2015-10-19 19:48:14.000000000 +0200
+++ codabar.c 2015-10-19 19:49:50.000000000 +0200
/* this is ordered in decades to simplify encoding */
- "0123456789" "-$:/.+ABCD";
+ "0123456789" "-$:/.+ABCDTN*E";
- /* if no start character specified, B is used as a stop char */
+ /* if no start character specified, T is used as a stop char */
checksum = (checksum + 15) / 16 * 16 - checksum;