Does anyone know how to monitor the external UART receive pin? thanks
Try a scope. Why do you want to monitor it? Do you doubt the data that you receive? For a 16550 type UART, you cannot monitor the state of the receive pin via a bit in some register of the UART, you can only do that with the other status lines.