From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16425 invoked by alias); 2 Jul 2009 13:28:36 -0000 Received: (qmail 16416 invoked by uid 22791); 2 Jul 2009 13:28:35 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jul 2009 13:28:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MMMKy-00046u-H1 for ecos-discuss@ecos.sourceware.org; Thu, 02 Jul 2009 06:28:28 -0700 Message-ID: <24306743.post@talk.nabble.com> Date: Thu, 02 Jul 2009 13:28:00 -0000 From: grahamlab To: ecos-discuss@ecos.sourceware.org In-Reply-To: <4A4CB634.5040908@intefo.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <24306125.post@talk.nabble.com> <4A4CB634.5040908@intefo.ch> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Simple serial comms X-SW-Source: 2009-07/txt/msg00006.txt.bz2 Simon Kallweit wrote: > > grahamlab wrote: >> Hello everyone >> I am developing an ecos application using the STM3210E dev kit. >> I want to do some serial comms but cannot receive more than 128 bytes. >> I have tested this program using minicom to send the bytes > > You may have to reconfigure the rx/tx buffer length for the serial. The > default is 128 bytes. The following configuration options are used to > configure the buffer size: > > CYGNUM_IO_SERIAL_CORTEXM_STM32_SERIAL0_BUFSIZE > CYGNUM_IO_SERIAL_CORTEXM_STM32_SERIAL1_BUFSIZE > CYGNUM_IO_SERIAL_CORTEXM_STM32_SERIAL2_BUFSIZE > CYGNUM_IO_SERIAL_CORTEXM_STM32_SERIAL3_BUFSIZE > CYGNUM_IO_SERIAL_CORTEXM_STM32_SERIAL4_BUFSIZE > > > > Simon > > I have these set to 256 but still no change > > -- > Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos > and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > > > -- View this message in context: http://www.nabble.com/Simple-serial-comms-tp24306125p24306743.html Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss