??? 07/07/08 20:25 Modified: 07/07/08 20:50 Read: times |
#156493 - timer 1 Responding to: ???'s previous message |
George Rubin said:
So what you're saying is ... that timer0 is the one that's controlling the baud rate? No, it's timer1 (unless you enable Timer2 in baudrate mode). However, TMOD is shared between Timer0 and Timer1, so if you manipulate TMOD because of Timer0 in such a way that you influence the TIMER1 flags, you will influence the baudrate, too. I don't quite understand why do you resist posting a *complete* but short program exhibiting the problem. It could have been solved already. JW |