User`s manual
MP-4000 TH POS Printer Rev.1.4 Programmer’s Manual
22-aug-2007
Firmware Release: 1.5
37
ESC K n1 n2 b1...bn
[Function] 8-bit graphics
[Format] ASCII ESC K n1 n2 b1...bn
Hexadecimal 1B 4B n1 n2 b1 ... bn
Decimal 27 75 n1 n2 b1 … bn
[Description] Selects the “8 pin” bit image (compatible with matrix printers) where
you use n1+n2*256 columns, with 1 byte per column thus using a
lower resolution and up to ‘N’ columns. If the image you want to print
has less than ‘N’ graphic columns, a LF must be sent to complete line
printing. Text and graphic can be mixed in the same line. See ‘N’ value
in the Table 2.
FS p n m
[Function] Print NV bit image.
[Format] ASCII FS p n m
Hexadecimal 1C 70 n m
Decimal 28 112 n m
[Description] Prints a NV bit image n using the mode specified by m.
m
Mode Vertical Dot Density Horizontal Dot Density
0, 48 Normal 180 dpi 180 dpi
1, 49 Double-width 180 dpi 90 dpi
2, 50 Double-height 90 dpi 180 dpi
3, 51 Quadruple 90 dpi 90 dpi
[dpi: dots per 25.4 mm {1"}]
• n is the number of the NV bit image (defined using the FS q
command).
• m specifies the bit image mode.
• NV bit image means a bit image which is defined in a non-volatile
memory by FS q and printed by FS p.
• This command is not effective when the specified NV bit image has
not been defined.