Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site kontron.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!nsc!voder!kontron!cramer From: cramer@kontron.UUCP (Clayton Cramer) Newsgroups: net.micro.pc,net.dcom Subject: Installable Device Drivers For COM1 & COM2 for PC-DOS Message-ID: <481@kontron.UUCP> Date: Wed, 22-Jan-86 13:19:18 EST Article-I.D.: kontron.481 Posted: Wed Jan 22 13:19:18 1986 Date-Received: Fri, 24-Jan-86 10:05:32 EST Distribution: net Organization: Kontron Electronics, Irvine, CA Lines: 15 Xref: watmath net.micro.pc:6648 net.dcom:1626 One of the deficiencies of PC-DOS is that it does not support COM1 and COM2 (the RS-232C ports) in a manner consistent with the rest of the devices on the system. You can't redirect stdout or stdin to a serial port and have it work. Our requirements are for a installable device driver for the serial ports that use XON/XOFF and appear like any other device to PC-DOS. Do you know of one in the public domain, or does anyone have any experience with any of the commercially produced device drivers? (For example, the driver sold by TextSet.) Right now we are using the Blaise Computing serial I/O package. It works, but it is nowhere near as convenient to use as a standard PC-DOS device driver, and I'm spend far too much time figuring out why one minor little change HERE causes it to stop reading characters THERE.