• 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...
  • 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
    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 problem
    Hi all, I am facing a problem while debugging the code. The following error is comming and it is jumping to disassembly Error message is *** 65: access voilation at 0X001B: no 'execute/read' permission...
  • AT89C4051 SERIAL INTERRUPT
    does AT89C4051 support serial interrupt programming? i want to read serial data with serial interrupt. can anyone help me in it? thanx in advance.