From: "Alex Yakovlev862750980" Newsgroups: comp.os.msdos.djgpp Subject: Re: serial port programming Date: Sat, 15 Sep 2001 11:25:47 +0400 Organization: Peterlink News System Lines: 14 Message-ID: <9nuvnt$582$1@dragon.infopro.spb.su> References: <9nh1mv$l07$1 AT fe2 DOT cs DOT interbusiness DOT it> <3BA1BD2A DOT ED28A7AA AT yahoo DOT com> NNTP-Posting-Host: spb-4-179.dialup.peterlink.ru X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> 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.