From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-embedded+bounces-3383-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NqsE6-0004ch-Iq for garchives@archives.gentoo.org; Sun, 14 Mar 2010 18:07:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F199E0A6E for <garchives@archives.gentoo.org>; Sun, 14 Mar 2010 18:07:46 +0000 (UTC) Received: from mail.osagesoftware.com (osagesoftware.com [216.144.204.42]) by pigeon.gentoo.org (Postfix) with ESMTP id 00BBBE07BE for <gentoo-embedded@lists.gentoo.org>; Sun, 14 Mar 2010 17:14:43 +0000 (UTC) Received: from osage.osagesoftware.com (osage.osagesoftware.com [192.168.1.10]) by mail.osagesoftware.com (Postfix) with ESMTP id 807C27BC3D; Sun, 14 Mar 2010 13:14:42 -0400 (EDT) Date: Sun, 14 Mar 2010 13:14:42 -0400 From: David Relson <relson@osagesoftware.com> To: gentoo-embedded@lists.gentoo.org Cc: manuel.lauss@googlemail.com Subject: Re: [gentoo-embedded] High Speed Serial Problem Message-ID: <20100314131442.27eda556@osage.osagesoftware.com> In-Reply-To: <f861ec6f1003140934n53d3b176je6faa7df3eeb3632@mail.gmail.com> References: <20100314102459.20d7883b@osage.osagesoftware.com> <f861ec6f1003140934n53d3b176je6faa7df3eeb3632@mail.gmail.com> Organization: Osage Software Systems, Inc. X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; x86_64-pc-linux-gnu) Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 5afc9334-037f-410a-a8f9-c9b16bb1fde0 X-Archives-Hash: 89d95e8c13bfa9b4a5cb8554271a0e57 On Sun, 14 Mar 2010 17:34:50 +0100 Manuel Lauss wrote: > David, > > I suggest you post this question to linux-kernel@vger.kernel.org and > linux-serial@vger.kernel.org > instead. > > One question though: does your target have a real (physically real) > uart chip? There are some x86 systems out there which emulate a 8250 > through SMM code, which exhibit these kinds of failures at high baud > rates. Do lower baudrates work? > > Best regards, > Manuel Lauss Hello Manuel, The UARTs are real and work very very well with DOS (remember the 2.5 errors per 1000 records). The high speed serial device has a fixed 115KB rate and is transferring 4000+ characters per second. With the fixed baud rate, lower baudrates aren't usable, hence can't be tested. David