commdoroughSxtyforugh
Member
- Joined
- May 19, 2025
- Messages
- 31
Hi to all, after having finally resolved the problem with the 3032 PET, I am now trying to make it work with a 3040 Dual Drive. On the PET there is BASIC 3.0 (### on screen), so I tried to use the following commands:
OPEN 1,8,15:INPUT#1,E,E$,T,S
RINT E,E$,T,S:CLOSE 1
This was giving the correct output in the beginning (DOS 2.0, Ok..) while now it gives random characters and only if I replace "INPUT#1,E,E$,T,S" with "INPUT#1,E$", otherwise all I get is a FILE DATA ERROR.
Formatting with OPEN 1,8,15
RINT#1,"N0:TEST,01": CLOSE 1 seems to work fine (I can see the head moving from the external track to the central one) and the command ends without any error and the LED on the drive turns off at the end of the task.
Trying to load the directory with LOAD"$",8 or LOAD"$1",8 both get stuck and the status led turns on.
I then connected the 3040 to a ZoomFloppy interface and it seems to be recognized by it (in the device list, after I set the translation to "PETSCII UPPERCASE"). FORMAT seems to work as with the real PET, INITIALIZE seems to do something, but when I try to send a STATUS each time it shows me a string of unreadable characters and they changes each time.
DIRECTORY command fails, and obiovsly copying anything isn't possible (I'm using CBM-Transfer 2.0 GUI for CBM Control 0.4.99).
On the 3032 PET I have Disk-O-Pro ROM at $9000 and I tried some commands like DIRECTORY and it shows some garbage on the screen with a DISK:29 as last line...
Does anybody has any idea?
Best regards
OPEN 1,8,15:INPUT#1,E,E$,T,S
This was giving the correct output in the beginning (DOS 2.0, Ok..) while now it gives random characters and only if I replace "INPUT#1,E,E$,T,S" with "INPUT#1,E$", otherwise all I get is a FILE DATA ERROR.
Formatting with OPEN 1,8,15
Trying to load the directory with LOAD"$",8 or LOAD"$1",8 both get stuck and the status led turns on.
I then connected the 3040 to a ZoomFloppy interface and it seems to be recognized by it (in the device list, after I set the translation to "PETSCII UPPERCASE"). FORMAT seems to work as with the real PET, INITIALIZE seems to do something, but when I try to send a STATUS each time it shows me a string of unreadable characters and they changes each time.
DIRECTORY command fails, and obiovsly copying anything isn't possible (I'm using CBM-Transfer 2.0 GUI for CBM Control 0.4.99).
On the 3032 PET I have Disk-O-Pro ROM at $9000 and I tried some commands like DIRECTORY and it shows some garbage on the screen with a DISK:29 as last line...
Does anybody has any idea?
Best regards