Date: Sun, 25 Apr 1999 03:07:58 -0500 (EST) From: Alfred Perlstein <bright@rush.net> To: Laurence Berland <stuyman@confusion.net> Cc: questions@FreeBSD.ORG Subject: Re: Serial COnsole Message-ID: <Pine.BSF.3.96.990425030456.2095X-100000@cygnus.rush.net> In-Reply-To: <3722847A.3164830B@confusion.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Apr 1999, Laurence Berland wrote: > How do I get FreeBSD to emulate one, so I can hook my box up to say a > router that uses a serial console? 2 ways that i know of: install /usr/ports/misc/screen (it's a nifty vt100 emulator) run it, then run: cu -l /dev/serialport -s <speed> (cu -l /dev/cuaa0 -s 9600 == first serial port, 9600baud) install "minicom" cd /usr/ports/comms/minicom ; make install minicom is a DOS style terminal emulator that can use serial ports. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990425030456.2095X-100000>