Operator’s Guide 213

 

 

 

 

 

 

 

ESC G

 

Double Strike

 

 

 

 

 

 

 

ASCII:

ESC

G

 

 

Control:

CTRL [

G

 

 

Decimal:

27

71

 

 

Hexadecimal:

1B

47

 

Starts double-strike printing. Each line is printed with two passes of the printhead. ESC G remains in effect until ESC H, ESC ! (n), ESC Az! (n), or SOH Az! (n) is received.

See BASIC example in ESC H.

ESC H

 

Cancel Double Strike

ASCII:

ESC

H

Control:

CTRL [

H

Decimal:

27

72

Hexadecimal:

1B

48

Cancels double-strike set with ESC G, ESC ! (n), SOH Az! (n), or ESC Az!

(n).

Example

REM SET DOUBLE STRIKE PRINTING

LPRINT CHR$(27);"G";

LPRINT "In double strike mode."

REM CANCEL DOUBLE STRIKE PRINTING

LPRINT CHR$(27);"H";

LPRINT "Now in single strike mode."

ESC E

 

Emphasized Mode (Bold Strike), ON

ASCII:

ESC

E

Control:

CTRL [

E

Decimal:

27

69

Hexadecimal: 1B

45

Begins emphasized printing. All characters following this command are printed in bold strike. See BASIC example under ESC F.

Page 233
Image 233
Epson 4100 manual Esc G, Esc H, Esc E