How to receive the serial port data?

11 years ago
  •  run ye

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.

 

Replies (3)

RE: How to receive the serial port data?

Look for UART in this document

 

http://www.ti.com/lit/ug/swru191d/swru191d.pdf

 

RE: How to receive the serial port data?

Hello,

 

Can somebody show examples of rx interrupt handler?

 

RE: How to receive the serial port data?

Hello,

 

You should implement serial rx interrupt handler by yourself.