Date: Fri, 24 May 1996 03:51:37 -0700 (PDT) From: Samuel Vincent To: Michael Edwin Hommel cc: djgpp AT delorie DOT com Subject: Re: COM port access In-Reply-To: <4o2op8$ncg@trumpet.aix.calpoly.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 May 1996, Michael Edwin Hommel wrote: [SNIP] > using? Or more likely, am I just WAY off here, and does somebody have > some sample COM-port code in DJGPP they'd like to share? I couldn't find > any on any of the DJGPP web pages I checked. > So does anyone have any handy advice for me? I can't post the code- I > only have it on the computer at school at the moment. (And thanks to all > the guys who helped me with my other stupid questions before!) Ok.. I have decided to release the source code for the serial port library I've been working on. It does not implement interrupt level transmitting, just the regular direct transmitting. It implements setting your serial port as high as 115200bps and turning on the FIFO if you have one. It appears to work, but it's as yet untested. If there is demand for interupt transmitting, I might add that... I suppose I shouldn't just paste it here, since is would end up in everyone's mailboxes. Where would be a good place to set this up for downloading? -Samuel Vincent