::
Sorry – I have been posting under the tape replacement article rather than in the forum!
On
10 January 2026 at 7:33 pm CDesp said
Expected baudrate is 9600bps and it works on my Newbrain but maybe some roms have another default value, i ‘ll have to check this out.
Also if you want to save to this device you must first press the ‘REC’ button (the 1st one) on the device and then issue the command Save “A_filename.bas”.
I don’t think it is a baudrate issue as I can load files with …
poke 19,9: load
… and save files (without a filename) using …
open#9,9
save#9
close#9
I get the 120 error if I pass any string argument to the “save” or “load” commands after the “poke 19,9” command.
-
This reply was modified 3 months, 3 weeks ago by
simmo1010.