Master Print Mode Select; Program For Master Select - Epson FX-80 User Manual

Hide thumbs Also See for FX-80:
Table of Contents

Advertisement

Master Print Mode Select
With all the nice looking print types we've covered up to this point,
you're probably anxious to start experimenting with different print
combinations. Well, here's your chance.
The FX-80 has a way for you to select certain print mode combina-
tions by number. This Master Print Mode Select feature (Master Select
for short) makes it easy to use exactly the mode you want. Here is how
it works. (ESC)"!" activates the Master Select in this format:
LPRINT CHR$(27)"!"CHR$(n)
The n can be any number from 0 through 255, although not every
number produces a different combination.
The program shown as Figure 5-1 prints out all of the unique print
modes available with the (ESC)"!".
58
NEW
2~
Y$(l) = "SINGLE-STRIKE ":Y$(2) ="SNGL-STRIKE EMPHASIZED
11
3~
Y$ (3) = "DOUBLE-STRIKE" : Y$ (4) = "DBL-STRIKE EMPHASIZED"
4~
Z$( 1) ="PICA ": Z$(2) ="ELITE ": Z$(3) = "COMPRESSED "
5~
FOR X=l TO 2
6~
FOR Y=l TO 4
7~
FOR Z=l TO 3
8~
READ N: IF
N<~
THEN
13~
9~
LPRINT CHR$(27)"!
"CHR$(~);
: IF N(9 THEN LPRINT " ";
95
I
OK to substitute CHR$(2) for
CHR$(~)
1~~
LPRINT N; CHR$(27)"! "CHR$(N);
11~
LPRINT Y$(Y); : IF X=2 THEN LPRINT "EXPANDED";
12~
LPRINT Z$(Z)
13~
NEXT Z: NEXT Y: NEXT X
14~
LPRINT CHR$(27)
"@"
15~
DATA
~,1,4,8,-1,
-1, 16,17
,2~,24,
-1,-1
16~
DATA 32,33 ,36,
4~,
-1, -1,48, 49,52,56, -1,-1
Figure 5·1. Program for Master Select.

Advertisement

Table of Contents
loading

Table of Contents