Chapter 11 Data Formats of Barcode Types

Code 11

Syntax

 

Figures/Characters (n)

Start Code

Stop Code

 

 

 

 

 

 

 

 

ASCII

“0” to “9” and “-”

“:”

“:”

 

 

 

 

hex.

30 to 39 and 2D

3A

3A

 

 

 

 

dec.

48 to 57 and 45

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

Example

10 REM code 11 barcode

20 LPRINT CHR$(27);"[?11~";

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

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

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

238

Page 238
Image 238
Tally Genicom 6600 manual Figures/Characters n Start Code Stop Code