Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!seismo!mcvax!enea!erix!joe From: joe@erix.UUCP Newsgroups: comp.sys.ibm.pc Subject: asynch port resident device driver wanted Message-ID: <1267@erix.UUCP> Date: Thu, 29-Jan-87 07:05:04 EST Article-I.D.: erix.1267 Posted: Thu Jan 29 07:05:04 1987 Date-Received: Sun, 1-Feb-87 16:05:34 EST Reply-To: joe@erix.UUCP (Joe Armstrong) Distribution: world Organization: Ericsson Telecom, Stockholm, Sweden Lines: 22 - Wanted Help with resident device driver I need a resident device driver that can handle an RS 232 port - the MS-DOS driver for COM1: seems to be severely brain damaged I want to replace it with a driver that has the following characteristics: - Buffers all incoming characters to the port - Buffers outgoing characters - support flow control XON/XOFF - The virtual device representing the port should be opened and closed as if it were a normal DOS file, reading from the device should extract single characters from the buffer or return end_of_file if the buffer is empty. - If such a driver (hopefully PD) exists please e-mail me - Failing this I'd appreciate tips on how to write such a driver using Turbo Pascal - Thanks in advance