CuteCom is a graphical serial terminal designed for hardware developers or other users who need a terminal to communicate with their devices. It does not use autotools, but instead utilizes a wrapper script that calls qmake. Features include an easy-to-use GUI, line-oriented interface, support for Ctrl C, Ctrl Q, and Ctrl S control sequences, input history, and support for xmodem, ymodem, and zmodem (requires sz tools).
CuteCom is a graphical serial terminal, like minicom or Hyperterminal on Windows. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices. CuteCom doesn't use the autotools (autoconf, automake, libtool, etc.) Instead "configure" is simply a wrapper script which calls qmake.
Features:
- easy to use GUI
- no cryptic keyboard shortcuts
- lineoriented interface instead of character-oriented
- Ctrl C, Ctrl Q and Ctrl S control sequences work
- input history
- xmodem, ymodem, zmodem support (requires the sz tools)
- easy to differentiate between typed text and echoed text
- select between read/write, read-only and write-only open mode
- open the device without changing its settings
Comments