From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29331 invoked by alias); 12 May 2005 06:53:00 -0000 Mailing-List: contact ecos-devel-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@sources.redhat.com Received: (qmail 29318 invoked from network); 12 May 2005 06:52:57 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org with SMTP; 12 May 2005 06:52:57 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1DW7Yn-0007ds-00; Thu, 12 May 2005 08:52:41 +0200 Date: Thu, 12 May 2005 06:53:00 -0000 To: jdkim@snssol.co.kr Cc: ecos-devel@ecos.sourceware.org Subject: Re: How to make tty buffer size longer????? Message-ID: <20050512065241.GA31731@lunn.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Andrew Lunn X-SW-Source: 2005-05/txt/msg00009.txt.bz2 On Thu, May 12, 2005 at 10:56:05AM +0900, ?????? wrote: > Hi everyone. > > I am working on eCos-1.3.1 and MPC860. > When I try to paste a big data(bigger than 256byte) to console, > only 256byte is accepted. > I need to make the buffer bigger. > > Can anyone help me? > > I am going to accept any adevice. Have you tried setbuf() Andrew