At 11:39 AM 3/12/98 -0600, you wrote: >Greetings, > I'm in the middle of trying to make some code to do RS232 reception >and have a question. My idea is to have an interrupt on the start >bit, then load the timer with some value and wait for it to time out >and generate another interrupt at which time I can check the data >line again to get the bit in. Then reset the timer with another >value.. etc... Is it possible to have one interrupt more or less >inside another interrupt? If so is there anything special that needs >to be done? > Thanks for your time! >James > > James: Do yourself a favor: use interupts only as a last resort. They can be real tricky sometimes.