Jump to content
IGNORED

[SOLVED] I/0 ERROR 03 with CS1


Recommended Posts

I whipped up a little program in BASIC to attempt to salvage a tape:

 

10 CALL CLEAR

100 OPEN #1:"CS1"

110 OPEN #2:"DSK1.PAD"

120 INPUT #1:X$

130 PRINT #2:X$

140 GOTO 120

 

but every time I run it, I get

I/O ERROR 03 IN 100

 

If I understand the codes correctly, this means that somehow "CS1" isn't a valid device name, but yet the syntax, the spelling and the case are all correct. What am I doing wrong? Please help!

 

Thanks for reading! :)

Edited by RobertLM78
Link to comment
Share on other sites

My apologies: It would have helped if I had reviewed the requirements for file operations with the cassette deck :roll: . I got the program working, but it has lead me to another issue... but before I go starting a new thread about that I'll be sure to do all the necessary reviewing - and investigating - this time (it's been a long time - probably 9 years - since I've done much with the ol' girl other than faffing about with it a few times last year when it was set up for a month or two :grin: ). Thanks for reading - it's good to be in retro community that hasn't forgotten my our beloved beast :).

 

Edit: by the way - the crux of the problem, for future readers that may need help, is that CS1 requires FIXED format. Since I left out all the parameters in the original program, it defaulted to VARIABLE and caused the error ;-).

Edited by RobertLM78
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...