From: Jarek Kucypera Newsgroups: comp.os.msdos.djgpp Subject: Re: serial comms Date: Wed, 20 Jan 1999 16:52:57 +0000 Organization: InsERT Lines: 11 Distribution: world Message-ID: <36A609E9.E009E3FB@insert.com.pl> References: <784jco$78l$1 AT gamera DOT cbl DOT umces DOT edu> NNTP-Posting-Host: r1-inet.insert.igo.wroc.pl Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.07 [pl] (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Fleet Teachout wrote: > > Can someone point me to a/some good examples of serial comm utilities? I > need to pass a small file from one computer to another via null modem. As far as I remember, SAMPLES/serio.zip contains source for simple library which allows sending characters via COM and uses IRQ and cyclic buffer for receiving incoming data. J.K.