Genicom GEK 00031B User Manual

Page 176

Advertising
background image

Chapter 7. Dec LG/Compaq LG Plus Emulation

GEK-00029B

176

S8C1T

Select 8-Bit C1 Transmission: This sequence causes the printer to
use 8-bit encoding for all C1 control characters transmitted. All C1

characters are then represented as one-character CSI sequences.
General Command Syntax
ESC SP G

Decimal:

27 32 71

Hex:

1B 20 47

BASIC:

CHR$(27);” G”;

SPI

Spacing Pitch Increment: This sequence will set the spacing
between lines (p1) and the horizontal character pitch (p2). p1 and p2
are given in decipoints or pixels dependent on the units selected by
the Select Size Unit (SSU) sequence.
General Command Syntax
ESC [ Pn1;Pn2 SP G
Indeterminate Conditions
A vertical spacing value, which exceeds the current form length, will
be ignored. If the parameter value is omitted, the current setting will
not be changed.
5000 Specific
The LPI parameter may range from 1 to 17280 decipoints (24 inches)
but must be less than or equal to the printable area of the form. The
printable area is defined as the area between the top and bottom
margins. The range of values for CPI is dependent on the font
selected. The actual achieved spacing, on the average, will match the

requested spacing. Values outside of the permissible range for a font
are ignored. An omitted or zero parameter leaves the current setting
unchanged.

Decimal:

27 91 Pn1 59 Pn2 32 71

Hex:

1B 5B Pn1 3B Pn2 20 47

BASIC:

CHR$(27);”[“;Pn1;”;”;Pn2;” G”;

Advertising