This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

receiving incorrect data from max3221cp

Other Parts Discussed in Thread: MAX232

hello i am using lm4f132 and i want to communicate it with max3221cp. the forceoff pin of my max3221cp is gpio high and forceon pin is pulled low for using auto powerdown mode.and this is connected with the db9 connector so that i can transmit data to my pc and receive from it.

the problem i am facing is :

i am transmitting data through microcontroller and receiving at the max ic and this ic will send this data to pc application terminal using db9 connector,here i am not getting the correct data e.g. if i am sending character 'a' at the pc i am receiving 'B'. and when i am sending 'd' i am getting ! .and same problem occures when i am trying to send the data from terminal and recived at microcontroller.

it will receive the data but the "incorrect data"

please help me out how to get back from this problem.