Hi everyone!
I'm new to uC's. I've got through with LCD's, 7Seg's RTC's etc. Now I wish to try my hands at serial interrupts. I'm working on project in which my Host transmits multiple lines of text. I want to receive it & store in buffer so that I can process it. Also I want to display the numericals that i've received on 7 seg displays on 3 rows, I mean to say that I want to loop my program in disp funtion but when serial interrupt occurs update data & again jump back to my disp funtion.
Can any one help me with this! I've tried a lot of coding but I'm not getting it right!
Thanks in advance for your valuable comments!
MOsES
"Can any one help me with this! I've tried a lot of coding but I'm not getting it right!"
The best way to handle this if for you to trim your code down to the smallest compilable example that demonstrates "not getting it right", post it here, and we'll try to tell you where you went astray.
Have you looked at the interrupt-driven serial IO examples in the downloads section of this very website?
I know for a fact that they work...