Code 2/5 industrial type b – Tally Genicom Matrix Printer User Manual
Page 370

Code 2/5 Industrial
Type B
Syntax
Figures (n)
Start code
Stop code
ASCII
hex.
dec.
"0" to "9"
30 to 39
48 to 57
":", "<" or ">"
3A, 3C or 3E
58, 60 or 62
";", "=" or "?"
3B, 3D or 3F
59, 61 or 63
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 2/5 industrial barcode
20 LPRINT CHR$(27);"[?11~";
30 LPRINT CHR$(26);" B3;111";CHR$(25);
40 LPRINT CHR$(20);":123;";CHR$(20);
50 LPRINT CHR$(27);"[?10~"
Barcode Printing
15