From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21241 invoked by alias); 5 Jul 2002 23:21:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21231 invoked from network); 5 Jul 2002 23:21:51 -0000 Received: from unknown (HELO TheWorld.com) (199.172.62.103) by sources.redhat.com with SMTP; 5 Jul 2002 23:21:51 -0000 Received: from shell.TheWorld.com (root@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id TAA15271; Fri, 5 Jul 2002 19:21:50 -0400 Received: from localhost (qqi@localhost) by shell.TheWorld.com (8.9.3/8.9.3) with ESMTP id TAA4409132; Fri, 5 Jul 2002 19:21:50 -0400 (EDT) X-Authentication-Warning: shell01.TheWorld.com: qqi owned process doing -bs Date: Fri, 05 Jul 2002 16:21:00 -0000 From: Quality Quorum To: "KONG, Gangfeng" cc: Daniel Jacobowitz , Andrew Cagney , Subject: Re: Remote target behind console server In-Reply-To: <5.1.0.14.1.20020705134259.026a0300@mailhost.iprg.nokia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00069.txt.bz2 > > You are definitely right. The baudrate is wrong, the console server seems not > to be able to auto-configure the baudrate of its ports. I use your suggestion > 'telnet serverip 2001' to talk to every possible baudrate of the target from > 9600 to 115200. I can not get '$...#yy' reply in any baudrate. But 9600 set > did give > a me persistent reply '$s05#b8', all of the other baudrate set gave me a series > of changing replies. Late I tried 'target remote serverip:2001' with a 9600 > baudrate > stub. I works! > > Thank you very much for your help, I understand it better now! > GF > > You are welcome, it may be a good idea to reconfigure the port on the server and disable autobaud. Thanks, Aleksey