Subject: Re: Packet Radio (HAM) help!
To: None <netbsd-help@netbsd.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 05/10/2002 18:45:57
On 10 May 2002 09:31:19 -0400 Jonathan R <encrypt84@prtc.net> wrote:
> Someone told me once about cu but how can i connect to my tnc and use
> the cu command to communicate with others? the tnc is in the serial port
> (com1).
cu -9600 --parity=none -l /dev/tty00 dir
will connect you to "com1" (in DOS terms) at 9600 bps. You'll need a
null-modem cable, of course. Is that what you're looking for?
To exit cu, type "~." (without the quotes); see "man cu" for details.
HTH.
--jkl