• 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
    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
    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...
  • problem with p89c669 serial interrupt
    iam using p89c669 for serial communication the problem is no transmission thats TI_0 is not getting set when i mov something to s0buf,iam using uart 0 void main() { i=0; PCON = 0X10; S0CON = 0X50;...