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.

SMS dataaquisition system

Status
Not open for further replies.

henary

Newbie level 6
Joined
Feb 12, 2008
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,367
Sir,
here is many useful article about GSM SMS till i am facing some problem:-

1.MC will continous check for new SMS then it will check for SMS from perticular no. then it will check for Content os SMS then it will send parameter in format like
temp=20 C
press=120 bar
Rpm=100


2.I am developing system such as when user send command like"Parameter"to GSM modem via SMS then GSM modem will respons immediatly by taking parameter from MC 89c51.

Now I am use wavecom modem with MC89c51 & modem interconnect succesfuly
Plz ,give me Useful AT command for above problem with syntax and sequece of At command
I am writing code in 8051assmebly lang. so help me!!!!!!!
Thank you advance
 

Hi henary

Your problem is not so clear but from what i understand ...

1. Your First task is to read for an incoming SMS.
a) poll for it with AT+CMGS=<Slot Number>
Slot Number will be from 1 to 30 or more depending on your SIM capacity.

or you can enable unsolicited incoming SMS indication with AT+CMTI command.

the read message you can further process for your particular command header and then you can form a report in ascii and use

AT+CMGS=<mobile number> modem replys <
then you pump your ascii message and end with ctrl+Z or 0x1A.


just go through these commands if still having problem i will send you a log file with the command sequence.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top