??? 05/27/10 20:51 Read: times |
#176244 - CLR ES1? Responding to: ???'s previous message |
Hi Rowan.
In the interrupt service routine you disable the serial1 interrupt. Do you reenable it ahead? Normally, you should not disable the interrupt inside it. As is done, the interrupt is called once (with the first character received or transmited). May be you transmit something first, fire the interrupt, and it remains disabled. Daniel |