Programmer's Guide
PcOS Series 80PLUS
Control Codes
Graphics Mode
Rev B 4/13/99
Page 37
Graphics Mode
The PcOS Series 80PLUS Printer conforms to the general definitions of IBM APA graphics. The
printer will only print graphics that are 2.83 inches wide. This can make it difficult to use off-the-
shelf graphic generation programs.
If the PcOS Series 80PLUS Printer is used with programs that convert text to graphics, the printer
will be slower than if the printer is sent ASCII text. The PcOS Series 80PLUS Printer is supported by
a Windows print driver that will allow applications to select fonts that are supported by the printer.
The Series 80PLUS Printer maps all APA graphic modes to the native 200 dpi resolution of the
printer. These commands are provided to allow existing applications to print graphics.
Standard APA Graphics
Function
Print single-density graphics (60h x 72v dpi)
ASCII
[ESC] K <n>
1
<n>
2
Hexadecimal
1BH 4BH <n>
1
<n>
2
Decimal
<27><75><n>
1
<n>
2
IPCL
none
Description
This command prints n1 + 256 * n2 bytes of single-density graphics (60
dpi).
Function
Print half-speed double-density graphics (120h x 72v dpi)
ASCII
[ESC] L <n>
1
<n>
2
Hexadecimal
1BH 4CH <n>
1
<n>
2
Decimal
<27><76><n>
1
<n>
2
IPCL
none
Description
This command prints n1 + 256 * n2 bytes of double-density graphics (120
dpi) at half speed, allowing full and half dots to be printed.
Function
Print full-speed double-density graphics (120h x 72v dpi)
ASCII
[ESC] Y <n>
1
<n>
2
Hexadecimal
1BH 59H <n>
1
<n>
2
Decimal
<27><89><n>
1
<n>
2
IPCL
none
Description
This command prints n1 + 256 * n2 bytes of double-density graphics (120
dpi) at full speed, no consecutive dots. (This mode is generally used to
print 120h by 144v dpi resolutions in two passes)
Function
Print quad-density graphics (240h x 72v dpi)
ASCII
[ESC] Z <n>
1
<n>
2
Hexadecimal
1BH 5AH <n>
1
<n>
2
Decimal
<27><90><n>
1
<n>
2
IPCL
none
Description
This command prints n1 + 256 * n2 bytes of quad-density graphics (240
dpi) at full speed with consecutive dots. (This mode is generally used to
print 240h by 144v dpi resolutions in two passes)