Hello, everyone:
I want to receive the serial port data from PC, but I find I only can transmit some data to PC. How to receive the serial port data from PC? Can you help me to solve the question?
Thanks in Advance.
Look for UART in this document
http://www.ti.com/lit/ug/swru191d/swru191d.pdf
Hello,
Can somebody show examples of rx interrupt handler?
You should implement serial rx interrupt handler by yourself.