I need to connect my GSM modem with MSP430F5419A microcontroller. the connections are DCD, RXD, TXD, DTR, GND, DSR, RTS, CTS and RI. If i'm using "Port 3" for UART.
P3.4 AND P3.5 will be UART TXD and UART RXD..
1) Where should i connect the remaining 7 connections?
2) Will the micro-controller does automatic hardware flow control with RTS and CTS (OR) Should i write code accordingly?
3)If so, is there any example code for hardware flow control?