Terminal Emulator

Gilboa Davara gilboad at gmail.com
Wed Jun 7 14:20:38 UTC 2006


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 at visionpro.com || brian at doubledimension.com }

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





More information about the fedora-list mailing list