In the debugger of uVision I would like to simulate the incomming of one data on the serial port. The problem is: when I change the value of SBUF, the debugger thinks that I want to send a data because the debugger automatically set the TI bit. So I would like to know how I can simulate a data reception with uVision 2 debugger ? Thanks