Code 11 type d – Tally Genicom Matrix Printer User Manual
Page 372

Code 11
Type D
Syntax
Figures/Characters (n)
Start code
Stop code
ASCII
hex.
dec.
"0" to "9" and "-"
30 to 39 and 2D
48 to 57 and 45
":"
3A
58
":"
3A
58
Data Structure
ASCII
DC4 Start code
n ... n
Stop code DC4
hex.
14
Start code
n ... n
Stop code 14
dec.
20
Start code
n ... n
Stop code 20
Example
10 REM
code 11 barcode
20 LPRINT CHR$(27);"[?11~";
30 LPRINT CHR$(26);" D3;111";CHR$(25);
40 LPRINT CHR$(20);":123:";CHR$(20);
50 LPRINT CHR$(27);"[?10~"
Barcode Printing
17