From: pavenis AT lanet DOT lv To: "Alex Yakovlev862750980" , djgpp AT delorie DOT com Date: Sat, 15 Sep 2001 15:12:46 +0300 MIME-Version: 1.0 Subject: Re: serial port programming Message-ID: <3BA36FEE.20169.54809@localhost> In-reply-to: <9nuvnt$582$1@dragon.infopro.spb.su> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 15 Sep 2001 at 11:25, Alex Yakovlev862750980 wrote: > >> I recently started making a program which should connect two computers > via a > >> null-modem cable, and therefore i need to use the serial port. > >> 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? shall i init the serial port some other way? > > > See bcsio20.zip on DJGPP FTP v2tk directory. I would suggest DZCOMM instead. See http://www.robots.ox.ac.uk/~neil/dzcomm/ Last WIP versions no more requires Allegro. Andris PS. I have tried also bcsio