Hi,
On Mon, 28 Dec 1998, Ve7ihl (Lane) wrote:

> Hello all,
> This is what I have got working, to place a Kantronics KPC-3P TNC into
> KISS mode automatically on Linux startup. This is done before the
> 'kissattch' command.
>  
> What I have working is a Dip chat script, that does the work. It is
> listed below:
Why not use something like :
/nos/scripts # cat tnc-in-kiss.sh
#/bin/sh
DEVICE=/dev/cua6
echo "Putting TNC in KISS mode"
/bin/stty 9600 clocal < $DEVICE
echo "What you want to say to the modem" > $DEVICE
sleep 3
echo "TNC should be in KISS mode right now :)"
/nos/scripts #

Worked for me fine at the time i had a TNC.

Arjan Filius
mailto:[EMAIL PROTECTED]
--------------------------------------------------------------
Argh!  All right, so how am I supposed to work with Linux when
everything's already been done?!  Can't these people leave some
broken MSDOS like parts so there's problems left to solve!?....

Reply via email to