Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!sun-barr!decwrl!ucbvax!hplabs!hpda!athertn!alex From: alex@athertn.Atherton.COM (Alex Leavens) Newsgroups: comp.sys.atari.st Subject: Interrupt handlers and the RS-232 port Summary: I need to read the RS-232 port in real-time Keywords: RS-232 interrupt Message-ID: <16296@laurel.athertn.Atherton.COM> Date: 9 Jan 90 23:14:58 GMT Reply-To: alex@Atherton.COM (Alex Leavens) Organization: Atherton Technology, Sunnyvale, CA Lines: 8 I have a device which is sending data via the RS-232 port at 4800 baud; I can read this just fine. However, what I'm getting from the device is raw data, and I want to interpret it. Is there a simple way of setting up an RS-232 interrupt handler from C? If so, how? If not, how do I do it in assembler? Thanks,