X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 21 Jan 2002 16:55:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: ROLAND cc: djgpp AT delorie DOT com Subject: Re: Serial Communication In-Reply-To: <20020121135624.6319.qmail@web9105.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Jan 2002, ROLAND wrote: > > That's the code which opens the I/O. I wanted to > > see the code with > > settings for both handles. > > What should this code look like??? Search for "termio" or "sgtty", and then look for code which uses functions ioctl and tcsetattr. > Is there a way to check what the default settings > are?? I don't know of any.