ESC/ P Command Reference

Table Of Contents
39
ESC K 8-dot bitmap image (standard density)
[ASCII] ESC K n1 n2 data
[Decimal] 27 75 n1 n2 data
[Hexadecimal] 1B 4B n1 n2 data
[Parameters] 0n1255, 0n23
In data, the image data is n1 + n2 * 256 bytes.
[Description]
Specifies that an 8-dot bitmap image (standard density) will be printed with the number of dot positions
defined by n1 and n2.
n1 and n2 indicate the number of dot positions. Specify their values as shown below.
n1: The remainder from dividing the number of dot positions by 256
n2: The quotient from dividing the number of dot positions by 256
ESC L 8-dot bitmap image (double density)
[ASCII] ESC L n1 n2 data
[Decimal] 27 76 n1 n2 data
[Hexadecimal] 1B 4C n1 n2 data
[Parameters] 0n1255, 0n23
In data, the image data is n1 + n2 * 256 bytes.
[Description]
Specifies that an 8-dot bitmap image (double density) will be printed with the number of dot positions
defined by n1 and n2.
Specify n1 and n2 in the same way as with ESC K.
ESC Y 8-dot bitmap image (double speed, double density)
[ASCII] ESC Y n1 n2 data
[Decimal] 27 89 n1 n2 data
[Hexadecimal] 1B 59 n1 n2 data
[Parameters] 0n1255, 0n23
In data, the image data is n1 + n2 * 256 bytes.
[Description]
Same as 8-dot bitmap image (double density).