Rs232 serial communication example.

Discussion to talk about software related topics only.
Post Reply
santosh33
Posts: 5
Joined: Wed Dec 11, 2013 9:51 pm

Rs232 serial communication example.

Post by santosh33 »

Hi All,
Can anyone post me simple RS232 serial communication through Uart1 supported for MOD5270. I just want to know the functions used for sending and receiving data..
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

Re: Rs232 serial communication example.

Post by Ridgeglider »

See the example: C:\nburn\examples\StandardStack\serial\SerialToSerial\main.cpp
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

Re: Rs232 serial communication example.

Post by Ridgeglider »

Depending on the platform, make sure all the jumpers (on the demo boards) are on for all the Tx/Rx outputs/inputs you're using. some of the demp boards are wired straight thru on dedicated lines, others have jumpers to allow the same IO lines to be reconfigured for non-uart purposes.
Post Reply