home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!uwm.edu!kirk.msoe.edu!corteenc
- From: corteenc@kirk.msoe.edu
- Newsgroups: comp.lang.c
- Subject: Problems with SIO interrupts.
- Message-ID: <1993Jan9.151159.116@kirk.msoe.edu>
- Date: 9 Jan 93 15:11:59 CDT
- Distribution: usa
- Organization: Milwaukee School Of Engineering, Milwaukee, WI USA
- Lines: 18
-
- Hello.
-
- I am new to the newsgroup, so I hope that this is a relevant question.
- I have written a program that reads character data from my modem on COM2.
- This code uses polling so, once in a while, i will miss a character. I suppose
- that I must use interrupts to read the characters into a buffer whenever
- COM2 needs servicing. Is there a way to set the interrupt vector to do
- this for me, using the Turbo C setvect function?
- I'm really stuck on this one.
-
-
- Any help would be appreciated.
-
- Thanks,
-
- Chris.
-
- E-mail: corteenc@kirk.msoe.edu
-