TeraTerm Project is developing the terminal emulator Tera Term and the SSH compatible extension module TTSSH. This is open source software under the BSD license. This is the official successor to the original Tera Term Pro 2.3. Development takes place on the project page on GitHub.
Making "target" CLI commands, a native system command.
This tool makes it possible for you embedded device UART based CLI commands to become a host command.
E.g.
uBoot has a command as "pr". It displays the list of available commands and settings.
The list is often huge. Would it not be nice, if you could run "grep" command over it??
Well, sysCli makes that possible. An example session will show you how: (on Windows Cygwin)
syscli _stay & # This command starts syscli server
syscli _open COM1 115200 # Invokes a client...
BirdTerm - Bold Inventions Terminal -- A Java-based Serial Port Terminal program like TeraTerm. It implements ANSI sequences for setting text color and cursor position. It uses SWT/JFace and the RXTX Communication API.