Date: Wed, 12 Mar 1997 08:30:34 +0200 (IST) From: Eli Zaretskii To: Mitch cc: djgpp AT delorie DOT com Subject: Re: Help outputting to COM ports In-Reply-To: <3325C7FD.4093@cc.usu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 11 Mar 1997, Mitch wrote: > I want to send a byte to my HP calculator. I matched the baud and > parity values, but just can't do it in DJGPP. I've gotten it to work in > Borland C++ 4.5 by "outp" to the address. But how can I do it in DJGPP? DJGPP also has `outp', so just use it. If it doesn't work, post the code and tell everything you know about how it fails to work.