• 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
    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...