• About serial interrupt and routine for serial transmission
    i am using a routine for transmmiting some data serially,it works properly,now i have to use serial interrupt for receving some other data. i must have to use interrupt for the reception of data as it...
  • About serial interrupt and routine for serial transmission
    i am using a routine for transmmiting some data serially,it works properly,now i have to use serial interrupt for receving some other data. i must have to use interrupt for the reception of data as it...
  • serial interrupt
    SBUF='L'; tam1=SBUF; you can see this code,when i debug it,i was very surprised that tam1=0x00 not 0x4c.I don't know why?You can help me.
  • Serial interrupt
    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...
  • Serial Interrupt
    How Can that Be ??? The serial ISR is called , but the RI is zero .... As far as I know , This bit is set by hardware and cleared by software.... Anyone have an idea ? Guy