Love to see these things working after all this time!
retrocomputing
Discussions on vintage and retrocomputing
Not to give out to much personal information. But that thing is either as old as me or a few years older. And it is probably in better shape than me.
That looks terrible for your neck. Aesthetically beautiful though.
I think you might need to use the MODE command to set the COM port up prior to use.
Also I'm less sure about this part, but I think CTTY is only useful if you are using the pi as the user terminal (since I think it stops DOS from using the screen/keyboard and redirects that to/from the serial port)? I don't know what programs come on that supplemental disk, but depending on your comfort level, you could create a simple terminal emulator with a batch file, debug.exe, or potentially basic (if that's included). In a pinch, you might also be able to copy an ascii file from the pi to the luggable over the com port (copy.exe COM1 localfile)/(cat remotefile > /dev/ttyS0). You could also encode a binary file as base64 and then use a simple basic program to decode it?
For reference, I'm just a few years older than this thing 😁 and maybe my old brain is misremembering things...
I also tried the CONNECT application, and that was not getting further than "_" blinking. I will try using MODE as as you said. Also the documentation is patchy, cause I'm not sure, as you again pointed out, if CTTY can even do what I'm asking of it. My next step will be to get a CF card to IDE converter card and install either, DOS 6.5(along with PROCOMM) or freeDOS or ELKS and try to reestablish connection.
Oh that's cool it came with an XT-IDE controller, I don't think the dual floppy models came with one stock, will definitely save ya some hassle.
I think you're right, trying to get the storage working would be less painful than a serial link bootstrap. Will cross my fingers for ya!