On Wed, 2006-06-07 at 07:07 -0700, Brian D. McGrew wrote: > Morning all, > > I'm looking for a terminal emulator that'll support ANSI in color and > VT100 to talk to my serial ports (null modem basically). > > Any suggestions? > > :b! > > Brian D. McGrew { brian@xxxxxxxxxxxxx || brian@xxxxxxxxxxxxxxxxxxx } agetty? Just add: "s0:12345:respawn:/sbin/agetty -L ttyS0 57600 xterm-color" to your /etc/inittab file. Where: 12345 - init level. -L ttyS0 - Serial device. 57600 - speed in BPS. xterm-color - terminal emulation (E.g. vt102/vt220/xterm/etc) Gilboa