Genicom GEK 00031B User Manual

Page 118

Advertising
background image

Chapter 5. Proprinter Emulation

GEK-00029B

118

ESC W n

Set Double-Wide Print On/Off: When enabled, printable characters
are printed twice their current width. This sequence has precedence

over the SO control code.

n = 1: doublewide is enabled
n = 0: doublewide is disabled

Decimal:

27 87 <n>

Hex:

1B 57 <n>

BASIC:

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

ESC X n m

Set Horizontal Margins: This sequence sets the left (n) and right (m)
margins. The interval is based on the current cpi setting. Variable (m)
must be greater than W. and the sequence must include both
variables.

Decimal:

27 88 <n> <m>

Hex:

1B 5B <n> <m>

BASIC:

CHR$(27);"X<n><m>";

Advertising