| ??? 12/17/07 13:52 Modified: 12/17/07 13:55 Read: times |
#148378 - Serial comm is slow. Responding to: ???'s previous message |
the timing requirements for serial communications when receiving are "very strict". If you do not get a byte read before the next one reaches the stop bit you are lost.
True, but with usual bit rates (let's use 115200 bps), even a 16 MHz 12-clocker has about 115 cycles before that happens. If your other ISR blocks the CPU for 115 cycles, it might just be too long. I meant "strict" in the sense of "if you don't react within 4 us, bad things happen". |



