Genicom GEK 00031B User Manual

Page 156

Advertising
background image

Chapter 7. Dec LG/Compaq LG Plus Emulation

GEK-00029B

156

VT

Vertical Tab: Line terminator. The active print position will be set to
the next vertical tab stop.
Indeterminate Conditions
If there are no vertical tabs set, the active position will be advanced to
the bottom margin. If there are no more tabs set between the current
position and the bottom margin the active position will be set to the
top margin on the next form.

Decimal:

11

Hex:

0BH

BASIC:

CHR$(11);

FF

Form Feed: Line terminator. The active print position will be set to
the top margin of the next form If the appropriate printer control
switch is set, the printer will execute a carriage return immediately

prior to executing the form feed.

Decimal:

12

Hex:

0CH

BASIC:

CHR$(12);

CR

Carriage Return: Line terminator. CR will return the active print

position to the left margin. If the enabled by menu selection, the printer
will execute a line feed immediately after executing the CR.

Decimal:

13

Hex:

0DH

BASIC:

CHR$(13);

SO

Shift Out: Shift Out locks character set G1 into GL.
Decimal:

14

Hex:

0EH

BASIC:

CHR$(14);

SI

Shift In: Shift In locks character set G0 into GL.
Decimal:

15

Hex:

0FH

BASIC:

CHR$(15);

DC1

Device Control 1: Serial interface only: If READY/BUSY controlled by
DC1/DC3 has been enabled via the printer configuration menu, the
printer will transmit DC1 when its receive buffer reaches the low trip
point.
Indeterminate Conditions
DC1 applies to the serial interface only. It is ignored if DC1/DC3
READY/BUSY is not enabled.

Decimal:

17

Hex:

11H

BASIC:

CHR$(17)

NOTE

The emulation initially sets a vertical tab stop for every line on

the page.

Advertising