Discussion in "Embedded GSM Development" started by    praveen jimmy    Feb 16, 2009.
Mon Feb 16 2009, 06:37 pm
#1
hi friends
first of all i thank every one who is spending their time to read this post.

i am doing a project in which i've to send an sms from AT89C51 using (SIM300) GSM modem.
here i am completely new to the GSM technology.
i'm having the modem and i came to know that we should send AT commands in order to communicate.
but i'm a bit confused with those commands.
can any body help me and tell me in breif what commands should be sent to initialise the modem and send an sms.
thank you

praveen
[email protected]
Mon Feb 16 2009, 07:16 pm
#2
Well simcom modems gets initialized by itself. all you can do is to check health of modem and connection.

Test with following commands

Command: AT
Response: OK or ERROR

Command: AT+CPIN?
Response: Status of simcard.

Command: AT+CREG?
Response: gives you status if sim got registered to network or not

Command: AT+CSQ
Response: Current network strength

You can get more description of these commands in SIMCOM's AT Command manual.

[Topic moved to Embedded GSM Development]
Tue Feb 17 2009, 11:22 am
#3
thank you very much
can u plz tell me the syntax to send those commands
Wed Feb 18 2009, 02:25 am
#4
I told you to take a look at AT Command manual of simcom modem you are using.

Syntax are same:

ATAT+CSQAT+CPIN?AT+CREG?Try them

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Darrellciz
Thu Apr 18 2024, 11:07 am
Charlessber
Thu Apr 18 2024, 09:29 am
BartonSem
Thu Apr 18 2024, 04:56 am
DonaldKnown
Thu Apr 18 2024, 12:24 am
utaletxcyw
Wed Apr 17 2024, 10:21 am
Anthonyvab
Wed Apr 17 2024, 08:48 am
RobertCix
Wed Apr 17 2024, 06:46 am
Astorne
Tue Apr 16 2024, 08:52 pm