VERSAJET

Programming Reference

For CODE128 ( m = 73) process

Make sure to specify start character. The start character must be code set selection character (any of CODE A, CODE B, or CODE C) which selects the first code set.

Stop character is added automatically.

In CODE A, following data can be used.

Character data: It is specified by ASCII code [in hexadecimal: 20H ~ 5FH in decimal: 32~95]

Control character data: It is specified by ASCII code [in hexadecimal: 00H ~ 1FH / in

decimal: 0~31]

Special character data: (FNC 1, FNC 2, FNC 3, FNC 4, SHIFT, CODE B, CODE C):It is specified “{+ character code" as 2 byte. (It is described separately.)

In CODE B, following data can be used.

Character data: It is specified by ASCII code [in hexadecimal: 20H ~ 7FH / in decimal: 32~127] when specify "{", transmit “{{“ as 2 byte data (It is described separately).

Special character data: (FNC 1, FNC 2, FNC 3, FNC 4, SHIFT, CODE A, CODE C): It is specified “{+ character code" as 2 byte. (It is described separately).

In CODE C, following data can be used.

Numerical data: It is specified each 2 digit as 1 byte by ASCII code

[in hexadecimal: 00H ~ 63H / in decimal: 0~99]

Example: When specify "012345", specify [in hexadecimal: 01H, 17H, 2DH / in

decimal: 1, 23, 45] as 3 byte.

Special character data: (FNC 1, CODE A, CODE B): It is specified “{+ character code" as 2 byte (It is described separately).

167