??? 04/05/09 18:17 Read: times |
#164360 - ISR frequency * time significantly below 100% Responding to: ???'s previous message |
If the timer interrupts are short, then there should not be any problem with the serial communication. A timer interrupt must consume less time than interval between two characters received from the UART. Your main loop must be able to do at least one UART poll between each timer tick. |