Date: Mon, 17 Apr 2000 10:17:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: serial problem In-Reply-To: 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 Sun, 16 Apr 2000, Damian Yerrick wrote: > On Sun, 16 Apr 2000 10:10:11 +0200 (IST), Eli Zaretskii > wrote: > > >On Fri, 14 Apr 2000, Damian Yerrick wrote: > > > >> >I have a rather weird problem with djgpp v2. I have two computers linked > >> >together(Both on COM1), using a serial link. And I am using bioscom() > >> > >> That's your problem: bioscom() is sucks. > > > >Are you telling there are bugs in bioscom's implementation? > > There are bugs in the design of BIOS's own interface to the UART. For a simple program that doesn't need high baudrates, it's quite appropriate, in my experience, what with today's fast CPUs.