Star Micronics Radix User Manual page 229

Table of Contents

Advertisement

TRS-80
Computers
215
90N=0
100 IF PEEK(14312)()63 THEN 100
110 POKE 14312,N
I
Or you can use this special printer driver that will solve all
your problems. Just run this program first, and then any codes
sent by a BASIC program will be sent directly to the printer. This
program is for the TRSSO Model III.
5
REM
DRIVER FOR TRS-80 III
10 AD=16571
20 FOR I=0 TO 14
30
READ A:POKE AD+I,A
40 NEXT I
50 POKE 16422,187
60 POKE 16423,64
70
DATA
33,232,55,203,126,32,252,33,17,
jc3,57,126,211,251,201
80 END
And here is a version for the TRSSO Model I.
:
-
,
L
5 REM DRIVER FOR THE TRS-80 I
10 AD=16571
20 FOR I=0 TO 15
30
READ A:POKE AD+I,A
40 NEXT I
50 POKE 16422,187
60 POKE 16423,64
70 DATA 33,232,55,203,126,32,252,33,17,
0,57,126,50,232,55,201
80 END
Listing progmms
To list a BASIC program that is in your TRS-80's memory on
Radix, type LLIST. This directs the listing to the printer instead of
the screen.

Advertisement

Table of Contents
loading

Table of Contents