JK's Dragon/CoCo IEC Floppy Interface |
Even though my focus layed on the Commodore C64 site I was always addicted to 6809 based systems (for ease of programming). Affordable systems these times were Dragons or CoCos. In 1987 I finally got one, a Dragon 32 which I had expanded to 64 Kbyte later on. No other devices, especially disk drive and so on found the way to me. So in need of some practicable mass storage - the tape drive wasn't a solution to this - I thought of to use my good old Commodore 1541 floppy drive. The (alas slow) serial IEC tranfer protocol was not the problem. Some shortcut Basic commands has been added to extend the Color Basic with all the operations needed: show the directory, save and load programs, check error messages, submit special floppy commands, redirect output to some other IEC device (e.g an IEC printer, I had a Commodore MPS-801 matrix printer).
I started the project in 1987 and got it to work soon. I
decided to use a separate interface plugged to the expansion port with a
6821 PIO. Altough the parallel printer port could be used for this, I
planned to support parallel transfers too (my drive is SpeedDOS+
extended). But this was'nt realized so far. :( Another aspect is that I
was afraid to harm my Dragon and therefore I thougt a separate circuit (extra PIA)
would protect the Dragon. In case of an electrically failure probably
only the PIA has to be replaced.
The interface is a quick and
dirty hack of hardware stuff (really not intented for serial
production).
Author: Johann E. Klasek
Copyright notice: These documents may be copied and redistributed as long authorship and source is mentioned.
From 1987, 1991, reworked and extended to 2016...
;systype set syscoco
to assemble a CoCo binary.
;systype set syscoco
to assemble a CoCo binary.
Some scanned documents, binaries and data from 1987 and 1991 ...
The front picture was taken without the PIA 6821 (empty DIL 40p socket).
Front | Back |
Typical usage: print Basic listing ...
@P LLIST @Cprint some text ...
@P PRINT#-2,"THIS IS A PRINTER TEST" @C
What currently comes to mind ...
zurück zur Startseite |