Terminal program for MailStation devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Assembly 66.4%
C 19.4%
Ruby 7.5%
Makefile 1.9%
Other 4.8%
32 1 1

Clone this repository

https://tangled.org/jcs.org/msTERM https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/msTERM
git@git.jcs.org:jcs.org/msTERM git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/msTERM

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

msTERM#

A terminal program for the MailStation with the ability to use the internal modem or parallel port.

msTERM currently targets version 2.54 of the MailStation OS.

https://i.imgur.com/2l9rXK4.jpg

Features#

  • Support for controlling the internal modem through typed AT comments
  • Support for interfacing with the parallel port like a serial port with tribble_getty on the host side
  • Custom version of Spleen 5x8 with DOS 437 codepage characters giving a 64x14 terminal window with a status bar
  • Blinking the "New Mail" LED when modem data transfers
  • Caps Lock key can be used as a Control key and Main Menu as Escape

Compiling#

Install SDCC.

Create an obj directory with mkdir obj and then run make.

Then transfer obj/msterm.bin to the MailStation with Loader which will put the application into 0x8000.

Flashing to dataflash#

Edit Makefile to change the --code-loc argument to sdcc to expect to run from the 0x4000 area, as well as the .org line in crt0.s.

Load the compiled obj/msterm.bin to the dataflash with dataflashloader.asm.

License#

Copyright (c) 2019-2020 joshua stein

Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.