There are a number of Atari ST BBSes still running today, available via telnet. I connect to some of these occasionally using SyncTerm on my Mac.
It would be even better to use an ATARI terminal program on an emulated Atari ST to connect to these BBSes, for a more authentic experience (so I could use VT-52 mode, for example)
My ideal setup would be: Atari terminal program (say, "Freeze Dried Terminal") running in an Atari emulator (say "Hatari") on my Mac. I telnet to a BBS, and somehow the output from that telnet session is piped into the emulator's emulated RS232 port, allowing me to control the telnet session from the terminal program.
It seems like this may be possible in Hatari. It does offer RS232 emulation: http://hg.tuxfamily.org/mercurialroot/hatari/hatari/raw-file/tip/doc/manual.html#The_Devices_Dialog
The manual suggests writing RS232 output to a file like /dev/ttyS0 on a Linux machine.
I am a unix novice, but I would love to try and make this work. Can anyone offer any suggestions? Is there a way to make a virtual serial port talk to a telnet connection?