User`s manual
MP-4000 TH POS Printer Rev.1.4 Programmer’s Manual
22-aug-2007
Firmware Release: 1.5
48
GS f n
[Function] Sets the font used to print the human readable information (HRI)
[Format] ASCII GS f n
Hexadecimal 1D 66 n
Decimal 29 102 n
[Description] For a normal font (‘N’ characters per line), n=0 or n=48. For a
condensed font (‘N’ characters per line), n=1 or n=49. The default is
normal font. See N value in the Table 2.
GS k 0 d
1
…d
11
NUL
[Function] Prints an UPC-A barcode
[Format] ASCII GS k 0 d
1
…d
11
NUL
Hexadecimal 1D 6B 00 d
1
…d
11
00
Decimal 29 107 0 d
1
…d
11
0
[Description] d
1
…d
11
is a sequence of 11 bytes containing the barcode information
with 48 ≤ d ≤ 57. A check sum digit will be added automatically.
GS k 65 11 d
1
…d
11
[Function] Prints an UPC-A barcode
[Format] ASCII GS k 65 11 d
1
…d
11
Hexadecimal 1D 6B 41 0B d
1
…d
11
Decimal 29 107 65 11 d
1
…d
11
[Description] It is a copy of GS k 0 d
1
…d
11
NUL command.