Other Parts Discussed in Thread: MSP430F2618, MAX3232
I have wrote code for MSP430f2618 UART USCI_A0 module .
I have one PCB that has RS232 port. PCB has two wires for RX an TX thar connects to 2 pins P3.4 and P3.5 on MSP430 MCU respectively.
MSP --------->>>(TX and RX pins P3.4 and P3.5)------------->>> PCB----->>>(RS232 PORT using cross serial cable )-------->>>PC(serial PORT)
Above configurations works fine.
BUT instead of using PCB, I connected MSP430 MCU to PC (serial port) using straight serial Cable .
This configuration doesnot works. Why?
Please help me