Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!apple!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!poly-vlsi!big From: big@vlsi.polymtl.ca (Patrick Drolet) Newsgroups: comp.os.msdos.programmer Subject: Re: Serial Comm. Under DOS Summary: Use Fossil Serail Port Driver Message-ID: <1991Mar20.025122.17655@vlsi.polymtl.ca> Date: 20 Mar 91 02:51:22 GMT References: <19665@brahms.udel.edu> Sender: news@vlsi.polymtl.ca (USENET News System) Organization: Ecole Polytechnique de Montreal Lines: 18 In article <19665@brahms.udel.edu> boutell@brahms.udel.edu (Thomas B Boutell) writes: >I'm in serious need of some straightforward interrupt- driven communications >code for DOS. I have Turbo C++, and I had a package written, but it only >ran on some machines, and *stopped* working when ported to Turbo C++! There >are just too many little bits to set, and I have no technical reference >manuals to go by any longer, so I'm lost. > >So: does anybody have some simple interrupt- driven modem I/O routines >I could get my mitts on? Is there anything FTPable out there? Thanks. I often preach for Fossil serial driver. Fossil is a standard that handles serial ports on MS-DOS. The best implementation of Fossil I know is X00 (... that's how it has been named! ...). X00 is a VERY stable serial port driver that can be loaded as a .SYS (device) or .EXE (resident). It can support up to 8 com ports, with buffer size you specify, supports FIFO chips, and much, much more features... X00 can be found on WUARCHIVE anonymous FTP. Latest version of X00 is actually X00v124.ZIP By the way, X00 also has a break-out box for debugging. Patrick Drolet big@info.polymtl.ca