Date: Wed, 18 Nov 1998 19:15:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Scott E. Post" cc: djgpp AT delorie DOT com Subject: Re: BCserio can't read from port In-Reply-To: <72unqa$m48$1@kocrsv08.delcoelect.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 18 Nov 1998, Scott E. Post wrote: > and read from com1. I hooked up a serial device to continuously transmit > characters to com1. When I run the program the sio_charready command > never returns that there are characters in the buffer. Also, sio_getspeed > returns what looks suspiciously like a bad number (327728). I suggest to minimize the number of unknowns in this puzzle: try first to make your program work in plain DOS mode, without Windows. Windows takes control on some devices and might require special tricks to work around.