simmo1010

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Newbrain Storage Device #3632
    simmo1010
    Participant
    • Topics: 0
    • Replies: 2
    • Total posts: 2
      Up
      0
      Down
      ::

      That’s a relief – I thought I was doing something wrong, or had a hardware bug on the board. I’m slowly starting to get my head around the NewBrain, it’s a really interesting machine.

      Please don’t feel pressured to change the code. You have bigger (modular NewBrain!) projects to focus on. Once I get a bit more confident with the NewBrain and Arduino I will have a play with the code.

      Thanks again. Ian.

      in reply to: Newbrain Storage Device #3629
      simmo1010
      Participant
      • Topics: 0
      • Replies: 2
      • Total posts: 2
        Up
        0
        Down
        ::

        Sorry – I have been posting under the tape replacement article rather than in the forum!

        On 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.
      Viewing 2 replies - 1 through 2 (of 2 total)