Data Formats of Barcode Types

Code 2/5 Matrix

 

 

 

 

 

 

Type A

 

 

 

 

 

 

 

 

 

Syntax

 

 

 

 

 

 

 

 

 

 

 

Figures (n)

Start code

Stop code

 

ASCII

 

 

"0" to "9"

 

":"

":"

 

hex.

 

 

30 to 39

 

 

3A

3A

 

dec.

 

 

48 to 57

 

 

58

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

 

Example10 REM code 2/5 matrix barcode 20 LPRINT CHR$(27);"[?11~";

30LPRINT CHR$(26);" A3;111";CHR$(25);

40LPRINT CHR$(20);":123:";CHR$(20);

50LPRINT CHR$(27);"[?10~"

14Barcode Printing

Page 369
Image 369
Tally Genicom Matrix Printer manual Code 2/5 Matrix Type a, Syntax