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:
port /dev/cua0
speed 9600
databits 8
parity N
stopbits 1
print Placing TNC into KISS mode...
send *\r
send int term\r
send int kiss\r
send reset\r
print TNC should now be in KISS mode...
quit
The only problem I have is, there is a long pause (about 3-5 seconds)
before the dip program exits. I assumed when it hit the 'quit' command,
the it would exit. Can anyboady tell me what I should be doing
differently with the dip chat script ?
Thanks..
Lane, ve7ihl