Specifications
124
PRNBarcodeOut
: Prints out specified bar code.
Printable symbology
The following 1D symbologies can be printed. Specify a desired symbology by making use of the
API.
• JAN
• UPC-E
• NW-7
• Code39
• ITF
• Code128 (EAN128) See note below.
Note:
The EAN-128 can also be printed out if Code128 is specified and it is made to meet the EAN128
data format. However, it is not permitted to print an AI (A
pplication Identifier) enclosed by a pair
of parentheses as ( ).
Height of bar code
It is possible to specify, in millimeter units, the bar code height to be printed. The allowable
specification range is as follows:
Height: 1 to 63 mm (when 58-mm paper width is used: 1 to 39 mm)
CD (Check Digit):
It is possible to calculate the check digit and specify whether it is added to the bar code.
Table 2.88
Symbology Specifying Check Digit Check Digit
JAN To be added always. Modulo 10
UPC (UPC-E) To be added always. Modulo 10
NW-7 To be eliminated always. ---
Code39 To be added/not to be added Modulo 43
ITF To be added/not to be added Modulo 10
Code128 To be added always. Modulo 103
Printing data:
It is possible to specify the character font of bar code data to be printed below the bar code. With
this specification it is also possible to disable printing of the bar code data.
• Standard character (ANK 8 x 16 dots, enlarged to double in the horizontal and vertical
directions)
• Reduced character (ANK 6 x 7 dots, enlarged to double in the horizontal and vertical
directions)
• OCR-B I
• Does not print.