| ||||||||
Technical Support Support Resources Product Information | µVISION DEBUGGER: CANNOT TYPE CHARACTERS INTO SERIAL WINDOWInformation in this article applies to:
QUESTIONI have an 8051 application that uses the serial port. I tried to run the simulator with the serial window and I can get output there but I cannot type characters into the serial window. Is there anything I need to configure? ANSWERYou must ensure that the serial port receiver (the REN bit in the SCON register) is set. For example: REN = 1; Once serial reception enabled, you will be able to input characters into the serial window. SEE ALSOLast Reviewed: Tuesday, June 29, 2004 | |||||||
| ||||||||