Live data from Hacker News

How to copy a file from a 30-year-old laptop

unterminated.com

271–272 of 272 posts

Re: How to copy a file from a 30-year-old laptop

#271

Earlier 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.

Everything from DOS 5.x onwards (including Windows 9x and NT) came with QBasic, previous versions of DOS had GW-BASIC. Not the greatest tools out of the box, but still better than nothing.

MS/PC-DOS shipped with debug.com since pretty much the first versions. It is a perfectly usable assembler where you can type a short loop that receives characters from the serial port and outputs them to a file. Similar things have been done many times to salvage hosed systems where a little more than copy file COM1: was required.

With the Internet today, you probably don't even need to remember the instruction names, you can probably find a printout of a program that does this.

Re: How to copy a file from a 30-year-old laptop

#272
post #203

Earlier quoted context omitted.

>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. With the file sizes involved, one could take a picture of the screen showing the hex dump with a smartphone, and then OCR that . No need to even bother with external hardware.

Given that the perfect image from the fax barely worked, a photograph would certainly not do.

>Given that the perfect image from the fax barely worked, a photograph would certainly not do.

Photo resolution is higher than a fax resolution, and one can increase the font size / decrease screen resolution.

Plus, they can still apply the same approach they used for fax.

Post reply on HN