[Coco] Loading ASCII BASIC over serial?

Aaron Wolfe aawolfe at gmail.com
Tue Oct 1 23:14:33 EDT 2013


On Tue, Oct 1, 2013 at 10:54 PM, Chris Osborn <fozztexx at fozztexx.com> wrote:
> Ok I used the GUI to create a blank disk (which wasn't easy, typing in a name in the box just ignored me. I had to click the ... button and type in a name there).
>
> Now I do
>
> dw disk dos add 0 ~/source/prog.txt
>
> it tells me that it can't figure it out and the path isn't absolute. ok.
>
> dw disk dos add /home/fozztexx/source/prog.txt
>
>    "Image is too small to contain a FAT"
>
> Well my BASIC txt file isn't a disk image so why *would* it contain a FAT?

A blank disk needs to be formatted.  Use dw disk dos format or DSKINI
on the CoCo before trying to add content.


>
> On Sep 30, 2013, at 9:54 PM, Aaron Wolfe wrote:
>
>> On Tue, Oct 1, 2013 at 12:47 AM, Chris Osborn <fozztexx at fozztexx.com> wrote:
>>> How can I load a BASIC program saved as an ASCII file on another over the serial port into Extended BASIC? I did get DriveWire and NitrOS9 working last night, but couldn't figure out how to get back into Extended BASIC. And I have no idea how to copy a single file over from the PC with DriveWire either.
>>
>> The 'dw' command will allow you to copy a single file from PC to CoCo.
>>
>> General dw command info is here:
>>
>> https://sourceforge.net/apps/mediawiki/drivewireserver/index.php?title=Using_DriveWire#The_.27dw.27_command
>>
>> Commands specific to your task are here:
>>
>> https://sourceforge.net/apps/mediawiki/drivewireserver/index.php?title=DriveWire_Specification#dw_disk_dos
>>
>> --
>> Coco mailing list
>> Coco at maltedmedia.com
>> http://five.pairlist.net/mailman/listinfo/coco
>
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco



More information about the Coco mailing list