CuteCom is a graphical serial terminal, like minicom (or Hyperterminal on Windows,
but I don't want to compare Cutecom to it, since Hyperterminal is really
one of the worst applications I know).
It is aimed mainly at hardware developers or other people
who need a terminal to talk to their devices.
It is free software and distributed under the GNU General
Public License Version 2, which can find in the file COPYING.
It is written using the Qt library by Trolltech.
Follow this link to visit the sourceforge
project page.
Cutecom doesn't use the autotools (autoconf, automake, libtool, etc.)
Instead "configure" is simply a wrapper script which calls qmake.
To uninstall cutecom simply delete the file "cutecom" and the file
"cutecom.desktop" and you're done. The config file is ~/.qt/cutecomrc.
Currently there are two current versions: 0.20.0 is the port of 0.14.2 from Qt3 to Qt4, beside
that they have the same features.
Current version (using Qt4): cutecom-0.20.0.tar.gz, , March 12th, 2008
Current version (using Qt3): cutecom-0.14.2.tar.gz, , January 26th, 2007
(yes, it's really only 22kb). Now coming with the often requested "log to file feature" and now optionally
CMake buildsystem !
Here is the complete Changelog.
You can also browse the cvs repository online.
Current state: stable
TODO :

At the top you can see the widgets where you can adjust the serial communication settings.
Beneath this part there is the output view, where you can see everything the device
sent back, also non-printable characters. And in the bottom part you can see the input area,
with the input line to enter the commands, and the list featuring the history for the input line.
Currently CuteCom runs on Linux and FreeBSD, porting to other UNIX-like platforms should be easy, and porting to Windows shouldn't be really hard. Everything platformspecific should be in QCPPDialogImpl::setNewOptions(). Distributions welcome :-)
CuteCom was heavily inspired by Bray++ for Windows.