• 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
    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
  • Serial interrupt
    We need to receive a data frame as an acknowledge from an XBEE which comes as a serial interrupt.We tried using the "ASSIGN" command to give a dynamic serial interrupt, with no sucesses Can you please...