well let's see it in the simplest way... an Interrupt flag have been set, it jump to the ISR but he's not clear before going out... what happen? it return back to the ISR as soon as possible.
As it's just a single character.. HSERIN can be changed to
Code:
x=RCREG
While RCREG : Discard=RCREG : Wend
or few lines of assembler...
OUF, at least i wasn't too far.. that's good for my own self esteem
Last edited by mister_e; - 10th July 2006 at 04:20.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks