beautypg.com

Genicom GEK 00031B User Manual

Page 86

background image

Chapter 4. Printronix P Series Emulation

GEK-00029B

86

Emphasized Print

Deselects Emphasized Character print mode.

OFF

Format

F

Decimal:

70

Hex:

46

BASIC:

CHR$();”F”;

Indeterminate Conditions

This sequence resets Emphasized printing only. Other attributes
(bold, double wide, etc) remain active.

Double Wide Print

Double Wide Print (continuous): Selects or resets expanded (double
wide) print.
Format

W n)

Decimal:

87 n

Hex:

57 nH

BASIC:

CHR$();n

n = 1 selects expanded print (hex 01 or hex 31)
n = 0 resets expanded print (hex 00 or hex 30)

When expanded print using SFCC W is received, all characters print
double wide until reset by the expanded print reset control

code,

printer reset.

Single Line

Double Wide Print (single line): Selects expanded (double wide)

Double Wide Print

print for one line only. This expanded print control code is a line-by-
line print attribute. When the SFCC k control code is received, the
current line is printed double wide and then automatically reset at
the end of the line.

Format

k

Decimal:

107

Hex:

6B

BASIC:

CHR$();”k”;

This control code can be reset by a paper motion control code (LF,

VT, CR, etc.), SFCC @ (printer reset), CAN or SFCC W
(double wide print).