Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!linus!decvax!harpo!floyd!whuxle!jph From: jph@whuxle.UUCP Newsgroups: net.micro.pc Subject: Re: Serial Interrupt Handlers - (nf) Message-ID: <117@whuxle.UUCP> Date: Thu, 13-Oct-83 23:23:56 EDT Article-I.D.: whuxle.117 Posted: Thu Oct 13 23:23:56 1983 Date-Received: Fri, 14-Oct-83 22:11:14 EDT Sender: jph@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 17 #R:dartvax:-27400:whuxle:4200002:000:684 whuxle!jph Oct 13 23:23:00 1983 If you want to use the comm ports on an interrupt driven basis, get the Async Comm Support software from IBM. It has a routine (RS232INT.EXE or RS232INT.BAS) which run the port on an interrupt driven basis, and with a little work, can be interfaced with any C. I have an interface with PASCAL. The only trick is to get Version 1.0 of the program since it details what the entry points do. If you can not, I will be glad to help you with it. I recommend it since it will run and interface the PC to UNIX(tm) at speeds upto 9600 without dropping characters, which is the standard complaint that I have been hearing with people who are trying to interface with it a character at a time.