Epson FX-80 User Manual page 319

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

Advertisement

TRS-80 Model I users have problems with CHR$(O) in line 70. The
best solution to this problem is to use the Printer Driver listed in Ap-
pendix H. An alternate solution is to POKE the 0 directly to the
printer:
7~
FOR
Y=~
TO 8: LPRINT CHR$(27)"R";
74 IF PEEK(14312)()63 THEN 74
76 POKE 14312,Y;
Page 83 (top)
Model I users can use the Printer Driver from Appendix H or
change line 30 to:
3~
LPRINT TAB(6*X);"STAIR";CHR$(27)"A";
32 IF PEEK(14312)()63 THEN GOTO 32
34 POKE
14312,~
36 LPRINT "STEPS"
Page 93
Model I users can use the Printer Driver or POKE the CHR$(O) in
line 10.
Model I and Model III users can avoid the problem-ridden
CHR$(12) as a form feed by using its high-order counterpart. Change
line 30 to:
3~
LPRINT
CHR$(14~)"TWO-INCH
FORM"
Page 108
Apple users-change your printer initialization code to CHR$(2).
See Appendix H.
Page 120
Model I users can employ the Printer Driver to avoid CHR$(O).
Apple users can change the printer initialization code (9) to some un-
used number.
Page 134
Page 138 (top)
Page 141
TRS-80 Model I users can use the Printer Driver for programs in
these chapters.
288

Advertisement

Table of Contents
loading

Table of Contents