Terminal for serial ports and TCP / UDP connections with JavaScript
The cross-platform VT100 terminal emulator for serial ports and TCP / UDP connections has a simple, uncluttered interface that can be extended with JavaScript.
smartCOM is a graphical serial device terminal, it's an alternative to minicom. It is aimed mainly at hardware developers who need a gui test tools to talk to their custom hardware. The GUI is written using the wxWidgets library, and using the tinyxml to save or load config.
http://gnssinfo.com/2012/11/21/wiki-smartcom/
Cutecom is a graphical serial device terminal, IOW an alternative to minicom. It is aimed mainly at hardware developers who need a terminal to talk to their custom hardware. It is written using the Qt library and was inspired by the terminal Bray++.