Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

Serial Communication using MSP430 UART(USCI_A)

$
0
0

uart-msp430-block-dia.jpg

In this article we we will configure USCI_A0 in MSP430G2553 to handle asynchronous serial communication or commonly known as UART mode.The UART mode uses two pins to transmit(UCA0TXD​) and receive data(UCA0RXD​) .Asynchronous serial communication is widely used for communicating with external devices like PC/Laptops,GSM modems,GPS modules etc.It also forms the basis for many standard protocols like RS232,RS422,RS485 etc.

 

connecting-launchpad-db9-pc.jpeg

 

Full Tutorial is Available here 

 

http://xanthium.in/Serial-Communication-MSP430-UART-USCI_A

 

Sourcecodes can be downloaded from our Github repo.


Viewing all articles
Browse latest Browse all 2077

Trending Articles