Skip to content
z80andrew edited this page Apr 22, 2019 · 14 revisions

SerialDisk

Welcome to the SerialDisk project!

About

SerialDisk emulates a folder on a PC as a FAT16 disk drive on an Atari computer running TOS via a serial link. Simply put, it provides an easy method to transfer files between a PC and an Atari ST/TT/Falcon.

Ghostlink does a similar job, but is tied to older PC architectures, and so is incompatible with newer versions of Windows and and operating systems such as Linux. By using .NET Core, SerialDisk can run on Windows, Linux, MacOS and other operating systems.

I originally found MonoSerialDisk by Sascha on Atari-Forum, and I could immediately appreciate the benefits of what he had created. As he was kind enough to provide the source code, I decided to adapt it to .NET Core as a learning exercise, as well as tweak it to include logging and additional messages to the user, along with extra testing and bugfixes.

Download

Visit the releases page to get the latest release.

Help

User guide
Configuration
Known issues
Frequently asked questions

Planned features

See the project roadmap

Contact

If you want to get in touch, my email address is [email protected].

Clone this wiki locally