From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11834 invoked by alias); 2 Jul 2009 13:25:16 -0000 Received: (qmail 11822 invoked by uid 22791); 2 Jul 2009 13:25:15 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail05.solnet.ch (HELO mail05.solnet.ch) (212.101.4.139) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jul 2009 13:25:10 +0000 Received: from mail05.solnet.ch ([127.0.0.1]) by localhost (mail05.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id U11p1eZZ6Lb7; Thu, 2 Jul 2009 13:25:07 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail05.solnet.ch (Postfix) with ESMTP id 1090339981; Thu, 2 Jul 2009 13:25:07 +0000 (UTC) Received: from beta.intefo.ch ([127.0.0.1]) by localhost (beta.intefo.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jOFCSf+wkgEs; Thu, 2 Jul 2009 15:25:05 +0200 (CEST) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id C51E6770211; Thu, 2 Jul 2009 15:25:05 +0200 (CEST) Message-ID: <4A4CB634.5040908@intefo.ch> Date: Thu, 02 Jul 2009 13:25:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: grahamlab CC: ecos-discuss@ecos.sourceware.org References: <24306125.post@talk.nabble.com> In-Reply-To: <24306125.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00005.txt.bz2 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 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss