From: Bob Nielsen (iujfal.njefcpmo@oconnorconst.com)
Date: Fri Jul 06 2001 - 19:11:40 EEST
I don't know about the 9612, but the 1270B and other TNC-2 clones would
use the same commands as a Tiny-2.
Bob, N7XY
On Thu, Jul 05, 2001 at 11:30:09PM -0300, Ted Gervais wrote:
>
> Ricardo.. thanks for your input on this question.
> I wonder what the command script would be for the Kantronics 9612+ ??
> That is what I am using. Also for the mfj1270b.
>
> Maybe someone else uses these scripts and command lines as part of
> their setup or something similar to the scripts below. If so any further
> input would be appreciated..
>
>
>
> On Fri, 1 Jun 2001, Ricardo Volkweis LOPES wrote:
>
> > Date: Fri, 01 Jun 2001 13:50:36 -0300
> > From: Ricardo Volkweis LOPES <jkq@belbone.net>
> > To: Ted Gervais <sbqcxdk.vciklnst@5plus-ltd.net>
> > Subject: Re: TNC's and Linux
> >
> > Hello Ted,
> >
> > I am send command to TNC2 with scripts from bash like this:
> >
> >
> > Script to "kiss off" on COM1, serial baud 19200, this works with tiny2
> > and TheFirmware.
> > -----------------------------------------
> > #! /bin/bash
> > stty 19200 < /dev/ttyS0
> > echo -e "\r\xC0\xFF\r" > /dev/ttyS0
> > sleep 2
> > -----------------------------------------
> >
> > tiny2 "kiss on"
> > -----------------------------------------
> > #! /bin/bash
> > stty 19200 < /dev/ttyS0
> > echo -e "kiss on\rrestart\r" > /dev/ttyS0
> > sleep 2
> > exit
> > -----------------------------------------
> >
> > TheFirmware "kiss on"
> > -----------------------------------------
> > #! /bin/bash
> > stty 19200 < /dev/ttyS0
> > echo -e "\r\033@K1\r" > /dev/ttyS0
> > sleep 2
> > -----------------------------------------
> >
> > I have this lines in to scripts I use to load ax25.
> >
> > If your TNC is a AEA PK-88, I think the script it is a same to
> > TNC2/TINY.
> >
> > The minicom terminal is good to put on kiss mode but not to back to cmd:
> > mode.
> > I hope can be useful for you.
> >
> > 73 de Ricardo PY3VHQ
> >
> > Ted Gervais wrote:
> > >
> > > What are the commands to talk to a TNC so I can take it out of
> > > kiss and return it to kiss.
> > >
> > > I have always used Tnos with its 'tip' program to do this for me.
> > > But I thought - there should be a way to do it from a 'command line'.
> > > Or is that possible.???
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to yyuc@adminor.net
This archive was generated by hypermail 2b30 : Fri Jul 06 2001 - 19:12:33 EEST