From: Corey Harwell Newsgroups: comp.os.msdos.djgpp Subject: serial communications Date: Thu, 10 Dec 1998 13:49:20 -0500 Organization: None Lines: 15 Message-ID: <367017AF.DCCF5EC9@mobiletel.com> NNTP-Posting-Host: cajun04-port145.cajunnet.com Mime-Version: 1.0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.08 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Anyone know of a simple serial communications library for DJGPP??

I have a real-mode serial communications library... its very simple just allows you to open and close a comm port, send and recieve bytes...(it installs an ISR to handle recieved chars)...but i'm having trouble porting it to DJGPP, I'm not familiar with installing ISR's and reading ports and the such.. I've read the FAQ but i'm still having trouble.... if anyone wants to look at it and maybe port it over i'd be very grateful.. it's small ... lots of comments and very neatly written.

Just e-mail me if you are interseted in helping me out and i'll send you the source for it.
thanks
-Corey