Thanks for your reply...
I alredy change the getty but I still cant connect.
The PC I want to connect need a flow-control xon/xoff. Jim you are used to
kermit so you allways use the flow-control none?
By the way, I use kermit to connect to the TS-7260 via COM1 with the next
parameters:
set baud 115200
set carrier-watch off
set flow-control none
set parity none
set stop-bits 1
c
And I get into the TS-7260,but if I make the same changing to baud 9600 I cant
connect.
Another thing is that I just can get into TS-7260 via COM1, but not via COM2.
Did you have the same problems?
Thanks again.
--- In Jim Jackson <> wrote:
>
>
>
>
> On Mon, 1 Feb 2010, Jason Stahls wrote:
>
> > shentasa wrote:
> >> Hi,
> >>
> >> I've worked with TS-7260 and I've connected to it via COM1 at 115200
> >> baud. I've already installed kermit for ARM and try to connect to
> >> another PC that works 9600 baud via COM2(dev/ttyAM1) but i cant.
> >>
> >> Is there an special configuration to work at this speed? I have no
> >> problem connecting to this PC from my laptop via kermit.
> >
> > Kermit, now there's a protocol I haven't seen in ages... :) When you
> > connected with your laptop did you connect at 9600 or 115200? Normally
> > you'll need to disable any getty on /dev/ttyAM1 in /etc/inittab and
> > you'll also need to set the serial port speed if your program doesn't
> > with setserial.
>
> Kermit should provide full control over the serial interface, I use
> Kermit for most of my serial terminal needs.
>
> Shentasa - the second serial device (AM1) is a 3 wire device, so make sure
> you have
>
> set line /dev/ttyAM1
> set speed 9600
> set flow none
> set carrier-watch off
> etc along with 8 data bits no parity, one stop
>
> I'd endorse Jason's prompt about checking if you have a getty running on
> the line. Edit the /etc/inittab line to comment out the getty starting on
> /dev/ttyAM1 , then do kill -1 1 to get init to reread the file.
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|