[Coco] having trouble with sdcx and windows 10

Barry Nelson barry.nelson at amobiledevice.com
Sun Dec 24 14:09:04 EST 2017


> Richard Hawk
> Sun Dec 24 04:17:48 EST 2017
> 
> It’s a coco 3
> Its com port is 3 at 11500 and I go into windows device manager and set the baud rate at the same and stop bits to 1 and Serial Parity to none
> 
> I then type drive 2,#0 
> 
> And then I type dir. on the coco and I get this response
> sdcx.bin
> Sdcx.bas
> Autoexec.bat
If you are typing DIR by itself then you are running DIR on drive 0. Either type:

DRIVE 2,#0
DIR 2

or type:

DRIVE 2,#0
DRIVE 2
DIR

Note the lack of the ,#0 on the second drive command.

Read through this, it should help with the basic disk system commands, although it won’t include SDC extensions like the ,#0 to the DRIVE command: http://www.colorcomputerarchive.com/coco/Documents/Manuals/Hardware/Color%20Computer%20Disk%20System%20-%20Quick%20Reference%20Guide%20(Tandy).pdf <http://www.colorcomputerarchive.com/coco/Documents/Manuals/Hardware/Color%20Computer%20Disk%20System%20-%20Quick%20Reference%20Guide%20(Tandy).pdf>
 


More information about the Coco mailing list