Date: Wed, 4 Apr 2001 08:53:02 +1200 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: j mckitrick <jcm@FreeBSD-uk.eu.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: direct serial port access Message-ID: <20010404085301.B74907@itouchnz.itouch> In-Reply-To: <20010403141132.B10812@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Tue, Apr 03, 2001 at 02:11:32PM %2B0100 References: <20010403141132.B10812@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 03, 2001 at 02:11:32PM +0100, j mckitrick wrote: > > What man page do i need to read to find out how to access my serial port > (COM1) of my laptop? I need to talk to a serial controlled accessory in > straight ascii. If you check out the last few lines of your /etc/remote, they define several tags for accessing your serial device which tip(1) references. In 4.3-RC, there's a "com1" tag for accessing /dev/cuaa0 at 9600 baud, no parity. eg: # tip com1 If you've got an earlier release, you can use the tag "cuaa0c" Cheers. -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. 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?20010404085301.B74907>