Genicom GEK 00031B User Manual
Page 162

Chapter 7. Dec LG/Compaq LG Plus Emulation
GEK-00029B
162
SGR (n1)(n2)... m
Select Graphics Rendition: This sequence will select the Font (mode
and character style) by using one or more of the following parameters:
0
Normal Printing Mode (Default)
1
Bold Print Mode
4
Underline Mode
10
Default (Data Processing)
11
Correspondence
12
OCR-A
13
OCR-B
14
Data Processing
15
High speed draft
16
Data Processing
17
Correspondence
18
Data Processing
19
Near Letter Quality
21
Double Underline Mode (uses normal underline mode)
22
Cancel Bold Mode
24
Cancel Underline Mode
53
Overscore mode
55
Cancel overscore
Decimal:
155 n1 n2 ... m
Hex:
9B n1H h2H ... 6D
BASIC:
CHR$(155);CHR$(n1);CHR$(n2);...;"m";
DECRLGS
Request Logo Status: This command applies to the serial interface
only. It requests a status report of the logos available for printing.
The logo string contains a list of all the valid logos loaded in the
printer and their comment strings. Each logo number and comment
start on a new line, separated by commas.
Decimal:
155 23 112
Hex:
9B 27 70
BASIC:
CHR$(155);CHR$(23);CHR$(112);
Reply:
DCS &w (logo #) (string) ST
90 26 77 (logo #) (string) 9C
NOTE
This command works only when the printer is connected to the
host through the serial interface.