Bitmap graphicsIBM Proprinter emulation
Select single dot-density graphics mode
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC K p1 p2 data | 1B 4B p1 p2 data | 27 75 p1 p2 data |
The graphics data is transferred in columns. A column contains 8 individual vertical dots (see Select graphics mode).
This command causes a graphics line to be printed.
The horizontal resolution is 60 dpi and the vertical resolution is 72 dpi.
p1 p2 | define the number of columns |
| Number of columns = p1 + (p2 * 256) |
Data | Data bytes containing the dot information |
Select double dot-density graphics mode
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC L p1 p2 data | 1B 4C p1 p2 data | 27 76 p1 p2 data |
The graphics data is transferred in columns. A column contains 8 individual vertical dots (see Select graphics mode).
This command causes a graphics line to be printed.
The horizontal resolution is 120 dpi and the vertical resolution is 72 dpi.
p1 p2 | define the number of columns |
| Number of columns = p1 + (p2 * 256) |
Data | Data bytes containing the dot information |
Programmer Reference Guide |