Date: Sun, 30 Aug 1998 18:36:38 +0300 (IDT) From: Eli Zaretskii To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: reading/writing to COM ports In-Reply-To: <35E96989.5BBC6F@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 30 Aug 1998, Endlisnis wrote: > I've never had a modem that ran on COM1. I think that conflicts with my > mouse. I always use COM3. Then stdaux won't help. But you always can say something like this: FILE *com3 = fopen ("COM3", "wb"); and then use com3 as usual.