This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

serial RX check??

hi
i have written a program for mobile interfacing with 89C52.
i just wana ask is there any way i can simulate that when SBUF recieve 'R' which actually is generated when mobile send RING message of incoming call. it goes to specified function.

if(SBUF=='R') ring();

is there any way i can simulate this by generating R???