Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Unable to read sms from GSM which is interfaced to 8051

Status
Not open for further replies.
Hi deep0177,

In your code, you have write one function read_text to read SMS message, right.
I think the second do while loop has problem.

do
msg++;
while(*msg!='+'); // reaching at no

Now think what happens in case of +CMGR: "REC READ","TD-610401","","12/08/24,10:52:41+22" .

Regards,
 

Hi i am attaching a screenshot

- - - Updated - - -

SCREEN.jpg
this is the screenshot
 

Hi Jayanth can you plz post a code ?
 

Hi i am attaching the zip file
 

Attachments

  • gsm.rar
    1 KB · Views: 70

i am only able to get "A" .

- - - Updated - - -

i am only able to get "A" on the LCD
 

or u can use snipping tool if u r using win7 onwards, do paste the images
 

The garbage character problem can be because the power supply reference for the mico controller and the GSM modem are different. Try shorting the ground pins for mico controller and GSM modem. I think it should work.
 

Can you please provide the same code for ATmega32 ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top