C.2.8 Graphics
•ESC K n1 n2 ... :
•ESC L n1 n2 ... :
•ESC Y n1 n2 ... :
•ESC Z n1 n2 .. :
•ESC * m n1 n2 ... :
Normal resolution graphic printing mode Double resolution graphic printing mode Double resolution graphic printing mode Quadruple resolution graphic printing mode Set AGM print mode
ESC K n1 n2 ..data ..Set 60 DPI 8 Needles Graphic Printing Mode
Set graphic print mode to normal resolution. Prints bit image graphics in
DPI
Hex: | (1B 4B n1 n2 ..)H |
Decimal: | (27 75 n1 n2 ..)D |
Octal: | (33 113 n1 n2 ..)O |
(n1 + * 256) specify the total number of columns of graphics data following,
Note: The CHARACTER DEFINITION must be set to LQ.
ESC L n1 n2 ..data .. | Set 120 DPI 8 Needles Graphic Printing Mode |
Set graphic print mode to double resolution. Prints bit image graphics in
Hex: | (1B 4C n1 n2 ..)H |
Decimal: | (27 76 n1 n2 ..)D |
Octal: | (33 114 n1 n2 ..)O |
(n1 + n2 * 256) specify the total number of columns of graphics data following,
ESC Y n1 n2 ..data .. | Set Graphic Printing in 120 DPI 8 Needles | |
Set graphic print mode to double resolution. |
| |
Hex: | (1B 59 n1 n2 ..)H |
|
Decimal: | (27 89 n1 n2 ..)D |
|
Octal: | (33 131 n1 n2 ..)O |
|
Prints bit image graphics in
(n1 + n2 * 256) specify the total number of columns of graphics data following. A maximum of 960 (1632) columns on one line.