prog41bar

NAME
SYNOPSIS
DESCRIPTION
REFERENCES
EXAMPLES
AUTHOR

NAME

prog41bar - Convert a HP-41 program raw file into an intermediate barcode file

SYNOPSIS

prog41bar < input_file > intermediate_barcode_file

DESCRIPTION

prog41bar is a program that reads a HP-41 program raw file from standard input and writes the corresponding intermediate barcode file to standard output.

The output of prog41bar can be piped to a suitable barcode printing program such as barps

REFERENCES

The format of HP41 barcode is given in the book Creating your own HP41 Barcode (Hewlett-Packard)

The format of the intermediate barcode file written by sdatabar is given in barcode(5)

EXAMPLES

If prog1.raw is a HP-41 program raw file and postscript is a postscript printer then

prog41bar < prog1.raw | barps ’Program 1’ | lpr -P postscript

will print that file as HP-41 barcode on the postscript printer.

AUTHOR

prog41bar was written by Tony Duell, ard@p850ug1.demon.co.uk, and has been placed under the GNU Public License version 2.0