Appletalk is the way to go, the drivers are built in and apple did a good job of maintaining compatibility over a long timeframe. I have similar issues moving stuff between a IIGS and modern machines. Its possible to move stuff with floppy emulators, via scsi , or just raw serial, but the simplicity of having a Mac with both appletalk and ethernet, allows one to drag and drop entire file hierarchies between the targe…
How to copy a file from a 30-year-old laptop
231–240 of 272 posts
Re: How to copy a file from a 30-year-old laptop
#232My first thought was to use the serial port, but perhaps that was unavailable on the recipient hardware? The second, much more entertaining approach, would've been to harken back to the very arcane days of ZX Spectrums and C64s with tape drives... since the old laptop had functional speakers, it may have been possible to write a bit of code that endcoded the binary data to an audio stream, played that over the speake…
Re: How to copy a file from a 30-year-old laptop
#233Earlier quoted context omitted.
IDK about MacOS, but on Windows 9x/XP, sending bytes via serial was incredibly trivial in C#, Visual C++ or even ols school Visual Basic.[1] Even if you didn't have one of the dozens of already written serial terminal apps, you could write your own pretty easily in one of those languages to push bytes out the serial port, with just a few standard API calls. I doubt MacOS didn't have something similar. Unless of cours…
Windows 9x/XP did not come with C#, Visual C++ or Visual Basic. Likewise, classic macOS did not come with any programming or scripting languages. In this respect, they were equally “shitty”, and your solution would have been unavailable for both.
Re: How to copy a file from a 30-year-old laptop
#234Re: How to copy a file from a 30-year-old laptop
#235Earlier quoted context omitted.
Windows 9x/XP did not come with C#, Visual C++ or Visual Basic. Likewise, classic macOS did not come with any programming or scripting languages. In this respect, they were equally “shitty”, and your solution would have been unavailable for both.
AFAIK MacOS was just another UNIX, and in UXIX writing to a serial port was just writing to a file. Are you telling me MacOS had no shell scripting capabilities to write to a file via the command line? Even MS-DOS could do that.
Re: How to copy a file from a 30-year-old laptop
#236Earlier quoted context omitted.
AFAIK MacOS was just another UNIX, and in UXIX writing to a serial port was just writing to a file. Are you telling me MacOS had no shell scripting capabilities to write to a file via the command line? Even MS-DOS could do that.
Mac OS X is a UNIX (of sorts). Mac OS classic (as in the article) is most definitely not.
Re: How to copy a file from a 30-year-old laptop
#237https://68kmla.org/bb/index.php?threads/adtx-scsi-ide-2-5-in...
Re: How to copy a file from a 30-year-old laptop
#238Earlier quoted context omitted.
Author here. I was also surprised by this. I simplified the story a bit for brevity. I actually tried a bunch of different font styles, including a 47 page fax using a pretty large size Courier (with only 72 characters per line). The screenshots from the blog post were after the point I decided OCR wasn't working, so I was using a heavily reduced font size to optimize the transfer time. Hence the characters looked li…
Just out of curiosity, would that old Mac OS have had OCR A or OCR B fonts available? (pretty sure Windows would have). These were essentially designed for OCR (duh...)
Re: How to copy a file from a 30-year-old laptop
#239Re: How to copy a file from a 30-year-old laptop
#240The fax is a good trick, but my favourite story of this type involves a hand-written hex editor and many, many, hours of copying bytes by hand: http://www.oocities.org/zztexpert/docs/upoprgv4.html