Date: Mon, 10 Sep 2001 09:09:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: SukkoPera cc: djgpp AT delorie DOT com Subject: Re: serial port programming In-Reply-To: <9nh1mv$l07$1@fe2.cs.interbusiness.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Mon, 10 Sep 2001, SukkoPera wrote: > everything's going fine, i am using _bios_serialcom for the purporse. the > only problem is that i can init the serial port to speeds up to 9600 bps, > which is quite slow. is there a way to use, for instance, 19200 bps, 38400, > and up? Yes, you can do that, but you need to initialize the port directly, not through _bios_serialcom.