Does anyone know how to monitor the external UART receive pin? thanks
i need to monitor the development kit's UART. I need to know when is data coming in. thanks
You haven't said what dev kit you're using! Have you looked at the schematic?
Usually the UART will generate an interrupt after you have received one byte (in case the FIFO is swicthed off) or after the FIFO has reached the limit that you have set or after data is waiting inside the FIFO for a certain time. Other than that, you might have to solve that problem in hardware and connect a free port pin to the serial input of the UART (Exactly there, not in front of the RS232 drivers, that would kill the processor, becauzse the voltage exceeds the maximum ratings of the port pin).