Subject: Re: Using a USB to RS-232 adapter
To: NetBSD, Help <netbsd-help@netbsd.org>
From: Andy Ruhl <acruhl@gmail.com>
List: netbsd-help
Date: 08/16/2005 06:37:54
On 8/16/05, Jukka Salmi <j+nbsd@2005.salmi.ch> wrote:
>=20
> Quoting ucom(4):
>=20
> FILES
> /dev/ttyU?
Must read ucom man page next time (although there won't be one because
you fixed my problem).
> I use tip(1) for such tasks. To do so, just add some lines like the
> following to /etc/remote:
>=20
> ucom0:dv=3D/dev/ttyU0:br#9600:pa=3Dnone:dc:
> ucom1:dv=3D/dev/ttyU1:br#9600:pa=3Dnone:dc:
>=20
> Now you can use tip(1) to connect to the remote system like this:
>=20
> $ tip ucom0
Yeah, that works. Thanks. Took me a minute to figure out how to exit
tip though. Minicom works now too which is nice.
Thanks!
Andy