From: Rene Berber Newsgroups: comp.os.msdos.djgpp Subject: Re: Serial Cmmunications Date: Wed, 02 Aug 2000 21:25:37 GMT Organization: None Lines: 19 Message-ID: References: X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: RadicalNews (TM) 1.0 Beta 2(i) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In Michael Chen wrote: > > I've got a board hooked up to com1 and I'm using djgpp, but for > some reason I don't seem to be writing to the port. I've tried stdio.h, > bios.h, and iostream/fstream. Any suggestions? Use one of the available libraries to communicate through the ports: bcsio20 pmcom10 dzcom072 - http://www.robots.ox.ac.uk/~neil/dzcomm/ The first one has some bugs, a patch appeared in this news group. All of them look good and seem to work (bcsio patched) except that I'm having trouble detecting parity, framming, etc. errors. -- René Berber