??? 04/12/07 13:26 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#137032 - Character interrupts are not every machine cycle Responding to: ???'s previous message |
56K Baud is a bit time of 17 uS. With a 10 bit character, that is an interrupt every 170us.
A 11 MHz crystal means that an instruction takes 1.1 or 2.2 uS. That gives you between 75 to 150 instructions per character. That should be enough time to do an interrupt and still have time left over for the main function. |