Commit Graph

6 Commits

Author SHA1 Message Date
Seth Morabito a529d5c6ec Release 2.0.0 2022-09-11 16:59:44 -07:00
Seth Morabito 2eed0f3623 Support serial devices and verbose logging
This change adds support for connecting to physical or virtual serial
ports with the "--device" flag. Additionally, the "--verbose" flag can
be used to log each character sent and received to stdout.

Man page has been updated.
2022-08-31 11:16:47 -07:00
Seth Morabito 8aa1f46433 Add --trace option to manpage 2021-04-26 14:11:38 -07:00
Seth Morabito 5d2a68129f Improve manpage 2021-04-17 17:57:32 -07:00
Seth Morabito 1f96e4a918 Add keymap to manpage and README 2021-04-17 17:29:48 -07:00
Seth Morabito fe43f3d8d8 Version 1.3.0 - Local shell emulation
This change removes the built-in telnet capability in favor of allowing
the user to run an arbitrary shell command, essentially turning the
DMD5620 emulator into a local terminal emulator.

The options to specify host and port have been removed. In their place,
an option to supply a shell command to execute has been added. If it
is not supplied, the user's default login shell will be used.

A second option has been added to allow the user to specify whether
backspace generates ^H (the default), or ^? (DEL).

A rudimentary manpage has been added.
2021-04-17 17:21:29 -07:00