I am connecting GSM 900A module with PIC microcontroller and show their response on LCD. I have two GSM SIM900A modules. First GSM module is properly working with LCD. When I use second GSM module, its working but doesnot show any response message on LCD. That means LCD is good but not work with second GSM. Also there is no problem in communication section, otherwise its not work with first GSM. I only replace first GSM with second one and other connections remain same. The echo and response messages are shown for first GSM and not for second GSM. The program used in both cases are also same. When I made a call to second GSM module, I can hear the ring but LCD does not show anything. What is the reason? Please help me.
gsm module does not show response message on LCD
187 Views Asked by Anisha At
1
There are 1 best solutions below
Related Questions in GSM
- How to count SMS segments?
- how to check succeeded and failed sending a message in gsmcomm library
- Open menu of the Sim tool kit
- Update Location and Time After Vehicular Accident via Facebook
- Receiving "NO CARRIER" error while tring to make a call using GSM modem in Python
- How to send and receive some data via a GSM modem during an active call (Python and AT Command)
- Communicating with GSM modems using PySerial in python
- How to reject or accept an incoming call to my GSM modem using AT commands in Python?
- Is there any way to transfer data over GSM without SIM?
- Arduino response USSD command truncated
- How to check if an AT command executed successfully or failed
- How do cellular networks verify a device's identity?
- How to send data with gsm/csd connection with android application?
- send sms to mobile numbers through vb.net windows application using GSM modem
- DLINK DWM 157 Extra operator report during each operation
Related Questions in MPLAB
- Modifying a Microchip COFF file
- ADC value in pic 16f1827
- gsm module does not show response message on LCD
- Trouble reading/writing internal EEPROM PIC24F16KA101
- Pointers on PIC32 device not matching expected values in the debugger
- How to see the whole picture in mplab ipe?
- PIC16f877a switch not reading correctly
- UART DMA for varying sized arrays
- printf not working on C32 compiler
- MAX6675 with PIC18F45k22 Data transmission via UART Problem
- MPLABX 5.40 MPASM Assembly PIC
- Reading pins of a pic12f1840
- how can i activate UART(rs-232) with register setting at PICC?
- Redefine short long to use code analysis tools on embedded c code
- MPLAB IDE 3.55, project title does not appear correctly
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Thank you guys it's working now. I used a 3.3V to 5V level converter in between GSM module txr pin and PIC rxr pin. Now it's shows response message on LCD.