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

monitoring the external UART

Does anyone know how to monitor the external UART receive pin?

thanks

Parents Reply Children
  • 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).