Hi Guys
I am interfacing a GSM module of some chinese company named ATWIN to a 8051 based controller. The GSM module is this AT139.
The Controller has two UART. But I am using the UART0 for the communication purpose.
The name of controller is MG84FG516 of Megawin.
I checked the communication of the AT139 development board with the PC and it is communicating fine with the PC and my serial port communication codes are also working fine i.e. they are sending and receiving the characters and strings both from the computer and to the computer.
But when I connect the GSM module with the microcontroller like this:
AT139 GSM Module Microcontroller ( MG84FG516 )
RX --------------------------------- TX
TX -------------------------------- RX
GND ------------------------------ GND
I am getting the pulses or data its at the RX pin of the AT139 GSM module but in return of that there is no response from it.
Also the micrcontroller is operating at the VDD of 3.17 V and the voltage pulses at the I/O data pins of the AT139 are around 2.9 V.
Actually the AT139 is interfaced with the serial connector for the PC with a voltage level shifter SP3238 and with all the pins connected means DTR,CTS,RTS etc.
But in my actual communication with the microcontroller I am using just three pins RX,TX and GND.
So can you guys tell me where is the problem lying.
I am not able to trace it out.
Thanks and regards