Quick write up on setting up Serial to call BBS's. Serial is a MacOS app for, you guessed it, serial connections. It's a great app I used quite a bit when working with the Atari Portfolio. I've submitted feature suggestions for:
1) Ability to save font, screen colors, cursor style, etc on a per session basis. Right now, it's one size fits all.
2) Add ATASCII translation.
The latest version of the app runs natively on M1 Macs as well!
First, set the main preferences (font, colors, cursor, etc). These will be used for all sessions. The important thing here is selecting a font that supports code page 437. There is a great resource for old PC fonts located here: https://int10h.org/oldschool-pc-fonts/ . Here I am using the AC437 ACM VGA 9x14 font in 30 pt. I prefer this font because it lacks serifs. You'll want ANSI colors turned on as well:
Next, Add a session. Use File/Open, click the + at the bottom left and choose New Remote Connection. Initially you just enter the connection type and address. Protocol will be Plain TCP Socket (when RAW is needed), then fill in the Host address.
Once both fields are populated the Advanced Settings button will be active. Click it! Start at the top item on the left and work your way down. First in the Name section, set the name as you want it to appear in the session list:
Then in the Remote Host section, you will want to clear the Username field:
There is nothing to do with Connection Info, skip to Pacing. No changes needed here, shown for reference:
Then in the Window section, set the window attributes. There is a choice of how to negotiate the window size (useful for *nix connections). Choose "set cli screen-length/width", the size you want (80x25 most likely), and then check Locked:
Then in the Emulation section, set it to VT100, and the Text Encoding to Wester (DOS Latis US/.CP437):
Now click OK. You will see your entry in the Open Connection dialog in the Network section. You can create tags, and associate items with those tags by right clicking the item and selecting a tag. Then you can click the tag:
Now you can double click the entry to open it, or highlight and click Open. If the BBS is not busy, you should get a connection:
* Note in the screenshot above there are some render issues with this TrueType font at this font size. The more changes there are to characters and colors, the more present the cell edge render bug appears. See the logout screen below for reference as it has less character and color changes.
When you logoff the BBS, the terminal will disconnect. Serial gives you a status in the upper right corner (Disconnected). It also shows "Connecting" in the same location during connection establishment:
That's it. Enjoy
Wade
Very detailed, well written "how to".. Nice one! :)
Brilliant! Thanks #Inverseatascii Working on this set up now..