Genicom GEK 00031B Printer User Manual


 
Chapter 4. Printronix P Series Emulation GEK-00029B
86
Emphasized Print
Deselects Emphasized Character print mode.
OFF
Format
<SFCC> F
Decimal: <SFCC> 70
Hex: <SFCC> 46
BASIC: CHR$(<SFCC>);”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
<SFCC> W n)
Decimal: <SFCC> 87 n
Hex: <SFCC> 57 nH
BASIC: CHR$(<SFCC>);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
<SFCC> k
Decimal: <SFCC> 107
Hex: <SFCC> 6B
BASIC: CHR$(<SFCC>);”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).