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.
Features#
- Support for controlling the internal modem through typed
ATcomments - Support for interfacing with the parallel port like a serial port with
tribble_gettyon 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.