[nos-bbs] Exit KISS command
Michael E Fox - N6MEF
n6mef at mefox.org
Tue Mar 11 11:57:24 EDT 2014
I use two scripts for exiting JNOS.
"onexit.nos" is run by JNOS when it exits, so it must have JNOS commands.
"jnos.exit" is a regular bash shell script which runs when JNOS exits.
That way, I can add either JNOS or shell or both commands.
In jnos.exit, I have:
echo -e \\xc0\\xff\\xc0 > /dev/tty/???
for each serial port.
Since it's a one-line command, I suppose you could add it to onexit.nos as:
shell echo -e \\xc0\\xff\\xc0 > /dev/tty/???
I haven't tried that. It may not work onexit.nos, depending on when JNOS
lets go of the serial port.
Michael
N6MEF
-----Original Message-----
From: nos-bbs-bounces at tapr.org [mailto:nos-bbs-bounces at tapr.org] On Behalf
Of Lakenet
Sent: Tuesday, March 11, 2014 7:46 AM
To: TAPR xNOS Mailing List
Subject: [nos-bbs] Exit KISS command
Has anyone setup an exit KISS command from JNOS to take a Kantronics tnc out
of KISS mode? I can exit locally using a terminal program and the keyboard
commands, ALT 192, ALT 255, ALT 192. I tired setting up an exit script in
JNOS using the following hex codes but did not work.
comm vhf "$C0"
comm vhf "$FF"
comm vhf "$C0"
Any suggestions?
Jerry, N0MR
_______________________________________________
nos-bbs mailing list
nos-bbs at tapr.org
http://www.tapr.org/mailman/listinfo/nos-bbs
More information about the nos-bbs
mailing list