ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 71 -
5. Control Command Details
ESC K 8-dot single-density bit image
ASCII: ESC K n1 n2 Data
Hexadecimal: 1B 4B n1 n2 Data
Parameters
0≤n1≤255, 0≤n2≤3
The data contains n1+n2*256 bytes of image data.
Description
Specifies that an 8-dot single-density bit image is printed with the number of dot positions indicated by n1 and
n2.
Same behavior as m=0 specified in ESC *.
ESC L 8-dot double-density bit image
ASCII: ESC L n1 n2 Data
Hexadecimal: 1B 4C n1 n2 Data
Parameters
0n1255, 0n23
The data contains n1+n2*256 bytes of image data.
Description
Specifies that an 8-dot double-density bit image is printed with the number of dot positions indicated by n1
and n2.
Same behavior as m=1 specified in ESC *.