On Wed, 2006-06-07 at 10:30 -0400, Scot L. Harris wrote: > On Wed, 2006-06-07 at 17:20 +0300, Gilboa Davara wrote: > > 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) > > minicom may do the job as well. > > Oops... he was looking for terminal client/emulator... not a terminal server. My bad. I either use minicom ("minicom -c on" to get color) or cu (cu -l port -s speed) from uucp. Gilboa