Date: Wed, 27 Dec 2000 09:59:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Matthias Weißer cc: djgpp AT delorie DOT com Subject: Re: baudrate faster than 9600 with djgpp In-Reply-To: <92al6f$pl$06$1@news.t-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 26 Dec 2000, Matthias Wei=DFer wrote: > I am just beginn to programming in C and would like to make a Programm wh= o > send date to the serial port of my PC with a baudrate of 19200 better 384= 00. > I cant find a funktion i can programm the serial port with it. You need to program the COM port directly, by writing values into I/O ports. I suggest to download one of the available libraries for async communications. See section 22.4 of the DJGPP FAQ list for pointers to some of the libraries.