Plot mode graphics density commands – Genicom GEK 00031B User Manual
Page 102

Chapter 4. Printronix P Series Emulation
GEK-00029B
102
PLOT MODE GRAPHICS DENSITY COMMANDS
High Horizontal
Prints dots at the even
Density Graphics
numbered dot columns.
Formats
or
Decimal:
or
Hex
:
04
or
BASIC:
CHR$(
The even dot plot code is used for programming high density graphics
and must be used in conjunction with the Odd Dot Plot code (05
hex). Refer to the Graphics section for detailed plot mode information.
High Vertical
Modifies the paper motion for a
Density Graphics
plot mode line to 1/144 inch rather than 1/72 inch. The ENQ (plot
mode code) should precede the DLE. See the discussion in the section
on dot graphics for more information. When not preceded by a plot
mode code, DLE acts as a VFU channel command.
Format
Decimal:
16
Hex:
10
BASIC:
CHR$(10);
Notes
GENICOM private code (not part of the target printers control codes).