Difference between revisions of "FDDSE"
(cleanse wordings) |
(Added github repository, documentation, limitations...) |
||
Line 1: | Line 1: | ||
=FDDSE Floppy Disk Drive Serial Emulator= | =FDDSE Floppy Disk Drive Serial Emulator= | ||
− | {{blockquote|I implemented this serial server for the post era FDC+ Altair floppy disk drive controller from deRamp in c# on mono. That way it can be run on Windows, Linux or apple from the very same distributable file(s)}} | + | {{blockquote|I implemented this serial server for the post era FDC+ Altair floppy disk drive controller from deRamp in c# on mono. That way it can be run on Windows, Linux or apple from the very same distributable file(s). My target was to run FDDSE on a BeagleBone Black (BBB). The BBB will fit inside the Altair enclosure.}} |
Here is the Altair 8800b with the [http://deramp.com/fdc+product.htm FDC+ floppy disk drive replacement board] running in serial mode. It's connected to the Beagle Bone Black via the usb port through a serial dongle. Note the bone usb hub. I plan to use the serial port in the future with a MAX232 to utilize BBB on board resources and reduce wire clutter. | Here is the Altair 8800b with the [http://deramp.com/fdc+product.htm FDC+ floppy disk drive replacement board] running in serial mode. It's connected to the Beagle Bone Black via the usb port through a serial dongle. Note the bone usb hub. I plan to use the serial port in the future with a MAX232 to utilize BBB on board resources and reduce wire clutter. | ||
Line 10: | Line 10: | ||
[[File:FDDSE BBB cpm 48k boot.png|400px]] | [[File:FDDSE BBB cpm 48k boot.png|400px]] | ||
+ | |||
+ | ==Documentation== | ||
+ | |||
+ | ===Limitations=== | ||
==Source code== | ==Source code== | ||
− | + | The source code is not necessary to run FDDSE. You just need the executables available on this wiki page at Downloads. | |
+ | |||
+ | The source code is maintained on GitHub in [https://github.com/jhalbrecht/FDDSE my FDDSE] repository. | ||
+ | ==Downloads== | ||
[[Category:PostEra]] | [[Category:PostEra]] |
Revision as of 14:16, 17 September 2015
Contents
FDDSE Floppy Disk Drive Serial Emulator
I implemented this serial server for the post era FDC+ Altair floppy disk drive controller from deRamp in c# on mono. That way it can be run on Windows, Linux or apple from the very same distributable file(s). My target was to run FDDSE on a BeagleBone Black (BBB). The BBB will fit inside the Altair enclosure.
Here is the Altair 8800b with the FDC+ floppy disk drive replacement board running in serial mode. It's connected to the Beagle Bone Black via the usb port through a serial dongle. Note the bone usb hub. I plan to use the serial port in the future with a MAX232 to utilize BBB on board resources and reduce wire clutter.
Below is a putty ssh into the BBB, with a TeraTerm console for the cp/m terminal. With no change to the distribution files for my FDDSE it runs on Windows and linux. I haven't tested it on Apple yet.
Documentation
Limitations
Source code
The source code is not necessary to run FDDSE. You just need the executables available on this wiki page at Downloads.
The source code is maintained on GitHub in my FDDSE repository.