Sure, the Model 1, 3, and 4 all have these Basic commands "CSAVE", and "CLOAD", and "CLOAD?".
So, type in a small basic program such as:
10 FOR I=1 to 20
20 Print I;
30 Next I
Then Run it with the RUN command, and when it exit's you can list the program using
"LIST" command. Then, you can save it on cassette as Tokenized Basic or regular ASCII
with this command CSAVE "myprog" or CSAVE "myprog",A. Of course you will need to
have a tape in the Cassette Player, and have it connected to the TRS-80 and have the
RECORD Button depressed. It will save the program as you command. Then type CLEAR
in the Computer, and the program is gone. Rewind the tape, depress play, and use CLOAD "myprog"
to load it back into RAM. Once it is resident in RAM rewind the tape and use CLOAD? "myprog"
to double check it loaded correctly. (Only the first character of the name is verified during the load)
The Model 3 Reference card is here
https://ia800700.us.archive.org/10/...y/Model_3_BASIC_Reference_Card_1980_Tandy.pdf.
The Model 1 and 4 have similar Basic Reference Cards.
The Model 1 ONLY has 500 Baud Tape speed, while the Model 3 and 4 have 500 (LOW) and 1500 (HIGH) speeds.
at the Cass? prompt use "L" or "H" for 500 or 1500. Default is 1500. Model 1 is ONLY 500.
Shouldn't take but a few minutes to give it a test drive.
Going from Tokenized Basic to ASCII is a chore if you don't know the secret........ ,A
Larry