Print Style - Epson PowerLite 4100 Operator's Manual

Epson printer operator's guide
Hide thumbs Also See for PowerLite 4100:
Table of Contents

Advertisement

244
IBM Proprinter Control Commands

PRINT STYLE

SI or ESC SI
ASCII:
SI
Control:
0
CTRL
Decimal:
15
Hexadecimal: 0F
ASCII:
ESC
Control:
[
CTRL
Decimal:
27
Hexadecimal: 1B
Increases character pitch according to the table below. Increasing
character pitch allows more characters to be printed per line. ESC SI
duplicates the function of the SI command.
Current Pitch
5.0
6.0
7.5
10.0
12.0
15.0
Current character pitches of 8.33, 8.57, 9.1, 16.67, 17.14, and 18.2 are
unaffected by this command. See DC2, on the following page, to cancel
condensed pitch.
Example
REM SET 12 PITCH,
REM THEN CHANGE TO 10 PITCH.
REM AFTER THAT CHANGE TO 17.14 PITCH, AS FOLLOWS
LPRINT CHR$(27);CHR$(58);
LPRINT "Now printing in 12 cpi."
LPRINT CHR$(18);
LPRINT "Now printing in 10 cpi."
LPRINT CHR$(15);
LPRINT "Now printing in 17.14 cpi."
LPRINT CHR$(13);
SI
O
CTRL
15
0F
After SI or ESC SI
8.57
9.1
9.1
17.14
18.2
18.2
Condensed Pitch

Advertisement

Table of Contents
loading

Table of Contents