X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C207F98.3AB3047A@is.elta.co.il> Date: Wed, 19 Dec 2001 13:52:56 +0200 From: Eli Zaretskii X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Serial Communication question References: <20011219104613 DOT 30714 DOT qmail AT web9101 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com ROLAND wrote: > > I have been working on a program that uses serial > communication. > I have rewritten most functions so it uses PMCOM, but > there are some pieces of code I need some help with... > Below is a part of the original UNIX-code and I would > like to know if I need to rewrtie this code to work > with PMCOM or to just pu it in a big #ifdef for > compatibility with UNIX. You need to use the PMCOM functions to set the same baudrate. The rest can be ignored, I think.