44
• When the bar code type parameters are ‘4’, ‘5’ (ITF)
Expresses “0” to “9” numbers with the bar code ITF. With the bar code of this mode, it is
possible to expand bar code fonts by transmitting the character to use as an ASCII character.
A start and stop code is automatically applied. It is possible to expand bar codes for a
maximum of 20 characters with one electronic statement.
Ex.
For VisualCard1.Communication ( &h4E, ”100,170,5,125628”, 0, True );
Expands bar codes of “125629” of the ITF with subscript.
• When the bar code type parameters are ‘6’, ‘7’ (CODABAR NW-7)
The symbols of “-“ , “.”, “:” , “$”, “/”, “+”, and numbers “0” to “9” are expressed with bar code
CODABAR NW-7. With the bar code of this mode, it is possible to expand bar code fonts by
transmitting the character to use as an ASCII character. Specifying the bar code start stop
code specifying parameters of “AA” to “DD” the start and stop code is specified. It is possible
to expand bar codes for a maximum of 13 characters with one electronic statement.
Ex.
For VisualCard1.Communication ( &h4E, ”100,170,7,AD,125628” , 0, True );
Expands bar codes of “A125629D” the CODABAR NW-7 with subscript.
Bar code printing example For CODE128