Xref: utzoo comp.sys.ibm.pc.hardware:6900 comp.sys.ibm.pc.misc:7844 comp.sys.ibm.pc.net:18 comp.os.msdos.programmer:4235 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!waikato.ac.nz!canterbury!cosc.canterbury.ac.nz!lindsay From: lindsay@cosc.canterbury.ac.nz (Lindsay Weir) Newsgroups: comp.sys.ibm.pc.hardware,comp.sys.ibm.pc.misc,comp.sys.ibm.pc.net,comp.os.msdos.programmer,comp.sys.ibm.pc.software Subject: COM ports Message-ID: Date: 26 Mar 91 09:16:28 GMT Organization: Computer Science,University of Canterbury,New Zealand Lines: 13 Nntp-Posting-Host: hihi.cosc.canterbury.ac.nz I would like to know if there is any public domain software or utility to capture data from the serial ports (COM1 and COM2), and send them to different buffers which can then be accessed by a 'C' program I am writing? If not, can anyone help in writing the appropriate interrupt handlers? The data would be arriving at 1200bps on each port, and it is important that everything gets captured, and sent to the buffers. The program that reads the buffers would be running in the background of MS Windows, so I can run other applications in the foreground.