[Eighty-one]How to List a Basic Program to a RS232?

A place to discuss the ZX80's and ZX81's younger brother - the Sinclair ZX Spectrum
Post Reply
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

[Eighty-one]How to List a Basic Program to a RS232?

Post by XavSnap »

Hi,
How to List a Basic Program to a RS232 text file?

I had to list a basic programme to a text file.
EO able to use the TS2050 serial interface, but i can't use it!

10 PRINT

LIST#2
Don't work!

Is there any OPEN# to init the RS232 buffer?

Thanks...
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: [Eighty-one]How to List a Basic Program to a RS232?

Post by XavSnap »

Hi,
On a Spectrum+3:
CLOSE#2
FORMAT LINE 9600
sérial:
FORMAT LPRINT "R"
Centronics:
FORMAT LPRINT "C"
OPEN#2,"R"

LLIST #2

Can't open any buffer file on EO!
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: [Eighty-one]How to List a Basic Program to a RS232?

Post by XavSnap »

:?
I download "Zx-Explorer" !
Wonderful tool (s) ...
http://www.zx-modules.de/
I like it!
Thanks Claus Jahn.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Post Reply