feel free to email me at

Tiny serial terminal.

Small minicom replacement for accessing serial ports (com ports) on Linux inspired by FreeBSD "tip". Mainly intended for use to access serial consoles of various hardware.

If you want more control over port without minicom's ugly menu-driven interface i suggest picocom by Nick Patavalis. Picocom has same spartan interface but much more features.

dterm by Knossos Networks Ltd have a built-in command-line instead of menus. It can do almost everything with serial line. Very nice.

ttty claimed to be working both in windows and linux.

Download: com.c
Building: cc -o com com.c
Usage   : ./com /dev/device [speed]
Example : ./com /dev/ttyS0 [115200]
Keys    : Ctrl-A - exit, Ctrl-X - display control lines status
Darcs   : darcs get http://tinyserial.sf.net/
Scr.shot: screenshot.png (8862 bytes)

Aug 18 17:50:33 UTC 2006: In release 1.0 speed option do not work. Fixed in 1.1.

Dec 20 08:25:29 UTC 2006: Version 2006-12-20 incorporates patch from Jim Kou, jimkou@malico.com.tw which fixes compiler warnings.

Sep 9 09:27:49 UTC 2008: Version 2008-09-09 patch from Jon Miner fixes cursor control problems.