DasherG
Developer
Stephen Merrony
About
- DASHER D200 & D210 Emulation
- Serial interface support at 300, 1200, 2400, 4800, 9600 & 19200 baud, 7 or 8 data bits (defaults to 9600, 8, n, 1)
- BREAK key support for serial interface - permits use as master console
- Network Interface (Telnet) support
- May specify -host=host:port on command line *Reverse video, blinking, dim and underlined characters
- Pixel-for-pixel copy of D410 character set
- 15 (plus Ctrl & Shift) DASHER Function keys, Erase Page, Erase EOL, Hold, Local Print and Break keys
- C1, C2, C3 and C4 DASHER Custom keys
- Loadable function key templates (BROWSE, SED and SMI provided as examples)
- 1000-line terminal history
- Session logging to file
- Various terminal widths, heights and zoom-levels available
- Support for mini-Expect scripts to automate some tasks see Wiki
- Copy and Paste - select region with mouse (it is automatically copied to clipboard) and paste at cursor via Edit menu
- XMODEM-CRC file transfer with short (128) or long (1024) packets

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/SMerrony/DasherG/cmd/DasherG@latest
Or you can download the code directly from git:
git clone https://github.com/SMerrony/DasherG