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.

Reading SMS from cell phone using MCU and AT commands

Status
Not open for further replies.

winarko

Newbie level 4
Joined
Nov 4, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,320
Can anyone help me to write a program in C to read SMS from cell-phone using AT Command?
 

Re: Read SMS using MCU

Please take a look at
 

Re: Read SMS using MCU

I mean, when we send an AT Command from MCU to read SMS, the cell phone will reply us with a packet of data like:<phone number>,<date/time>,and <message>.
My question is how can I only cut the message? Because I just want my MCU to decode the message.
 

Read SMS using MCU

it 's so simple

what you need is just store that packet data to arrays of char (byte). And you can using pointer to mark the message. You don't need to cut the message, all that you need is know the memory address of your message (in that arrays). After thet you can decode that message.

i hope it's useful for you
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top