My 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…
a.k.a. a WinModem driver It's funny that we used to all blame WinModem vendors for making WinModems instead of blaming open source for not being able to write DSP code. To be fair, it was a lot younger then.
How to copy a file from a 30-year-old laptop
81–90 of 272 posts
Re: How to copy a file from a 30-year-old laptop
#82Re: How to copy a file from a 30-year-old laptop
#83Re: How to copy a file from a 30-year-old laptop
#84Earlier quoted context omitted.
Apple used 8-pin mini DIN connectors for serial. The author might not have had the right cable.
Classic macs had RS-422 not RS-232 ports so you'll need more than just a dumb cable to get it working with a PC.
1. https://stratusengineering.com/rs232-rs422485-conversion-cab...
Re: How to copy a file from a 30-year-old laptop
#85Re: How to copy a file from a 30-year-old laptop
#86In the picture with the phone cable plugged into the modem port directly next to it appears to be an Ethernet port. I know the blog post says there was "no networking software" installed, but the OS came with file sharing capabilities built in. Someone would have had to gone to effort to remove it. It might even have an old school FTP client.
Re: How to copy a file from a 30-year-old laptop
#87Re: How to copy a file from a 30-year-old laptop
#88I'm not a Mac guy, but it seems like they glossed over all of the normal solutions to intentionally come up with weirdest one possible. Good for them getting the files they needed I guess, but still weird.
Re: How to copy a file from a 30-year-old laptop
#89Arn't there a serial (COM) port available on that laptop ? It was kind of ubiquitous at those days. This website [1] says there were two of them. Solving the probem with Zmodem would be trivial. The software (terminal) is already there, it seems. 1. https://everymac.com/systems/apple/powerbook_duo/specs/mac_p...
You can indeed use xmodem or zmodem, and use a macbinary encoding to transfer any file you want in either direction. Does require you to have something that can receive over serial on the PowerBook. ClarisWorks could definitely do it, but office probably has exactly the same 'receive document' feature. Alternatively, you can use the serial port to 'print' to, and just capture the serial output. It's essentially just…
Re: How to copy a file from a 30-year-old laptop
#90> I try a bunch of different OCR programs, but can't find any that can transcribe the document with 100% accuracy. They often confuse certain letters or numbers (like 0 and C, 9 and 4, 0 and D). Sometimes they omit characters, sometimes they introduce new ones. I try different font sizes and different fonts, but it doesn't matter. I decided to OCR a hex dump from an old computer magazine a while back and fixed this p…
Programming environments were available of course, but none were built-in. The fact that the external floppy doesn't work is the main problem here. I think a better solution would have been to use the serial port rather than the modem port to send a fax. Serial-to-USB adapters are easy to find.