Printer User Manual
iTherm
®
280 Programmer’s Guide Programming Codes
28-07764 Rev C Page 221
1 6 Codabar
1
≤
k 48
≤
d
≤
57, 65
≤
d
≤
68
d = 32, 36, 37, 43, 45, 46, 47, 58
2 65 UPC A
11
≤
k
≤
12 48
≤
d
≤
57
2 66 UPC E
11
≤
k
≤
12 48
≤
d
≤
57
2 67 JAN-13 (EAN-13)
12
≤
k
≤
13 48
≤
d
≤
57
2 68 JAN-8 (EAN-8)
7
≤
k
≤
8 48
≤
d
≤
57
2 69 Code 39
1
≤
n
≤
255 48
≤
d
≤
57, 65
≤
d
≤
90
d = 32, 36, 37, 43, 45, 46, 47
2 70 ITF
1
≤
n
≤
255
(even number)
48
≤
d
≤
57
2 71 Codabar
1
≤
n
≤
255 48
≤
d
≤
57, 65
≤
d
≤
68
d = 32, 36, 37, 43, 45, 46, 47, 58
2 72 Code 93
1
≤
n
≤
255 0
≤
d
≤
127
2 73 Code 128
2
≤
n
≤
255 0
≤
d
≤
127
Table 42 Bar Code System Based on <m>
[Description for
1
]
<d> indicates the character code to be printed. A null (00 Hex) character ends
the bar code definition.
[Description for
2
]
<n> indicates the number of bytes of bar code data to be processed immediately
following <n>. Additionally, <d> indicates the character code to be printed.
The following apply to both
GS k <m> <dl> … <dk> NUL
GS k <m> <n> <dl> … <dn>:
If the horizontal width exceeds the printing area, the printer only feeds the paper.
These commands feed as much paper as necessary to print the bar code
according to the GS h command. These commands are enabled only when no
data exists in the print buffer. When data does exist in the print buffer, the printer
processes the data following <m> as normal data. After printing a bar code, the
print position is set at the beginning of the line. These commands are not
effected by print modes (emphasized, underline, character size, etc.)
Note:
Barcode 39 allows the “*” character to be used as a start and stop
flag. If the “*” is used, the length specified must be at least as long as the
desired barcode.
Function Set Bar Code Height
ASCII GS h <n>
Hexadecimal 1DH 68H <n>
Decimal <29> <104> <n>
Range 1 ≤ n ≤ 255
Default 0.90 inch high
Description The GS h <n> command sets the height of the bar code. The bar code height is
set to n/180 inch.
Function Select Printing Position of HRI Characters
ASCII GS H <n>
Hexadecimal 1DH 48H <n>