Genicom GEK 00031B User Manual

Page 114

Advertising
background image

Chapter 5. Proprinter Emulation

GEK-00029B

114

ESC 3 n

Set Graphics Line Spacing: Sets the line spacing to n units of 1/216
inch. This allows for line spacing in .0046 inch increments to 1.18

inches (255/216). The value of n/216 is rounded up to the next
1/144 inch.

n = 1 through 255

Example:

ESC 3 27

Sets the line spacing to 1/8 inch, or
27/216.

Decimal:

27 51 <n>

Hex:

1B 33 <n>

BASIC:

CHR$(27);"3<n>";

ESC 4

Set Top of Form: Sets current paper position as top of form.
Decimal:

27 52

Hex:

1B 34

BASIC:

CHR$(27);"4";

ESC 5 n

Automatic Line Feed: Printer automatically does a line feed after
receiving a carriage return.

n = 0, disabled
n = 1, enabled

Decimal:

27 53 <n>

Hex:

1B 35 <n>

BASIC:

CHR$(27);"5<n>";

ESC 6

Select Character Set 2: All characters (printable and control codes)
received after this command are selected from character set 2. A
reset, initialization, or ESC 7 resets to character set 1.

Decimal:

27 54

Hex:

1B 36

BASIC:

CHR$(27);"6";

ESC 7

Select Character Set 1: All characters (printable and control codes)
received after this command are selected from character set 1. Also,
see ESC 6 above.

Decimal:

27 55

Hex:

1B 37

BASIC:

CHR$(27):"7";

ESC A n

Stores n/72-inch Line Spacing: The text line spacing is stored,
although not set for use, to the value n in units of 1/72 inch. An ESC

2 must be sent to start this line spacing. Valid parameter values are
1 through 85.

Decimal:

27 65 <n>

Hex:

1B 41 <n>

BASIC:

CHR$(27);"A<n>";

Advertising