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.

How to Send message through GPRS

Status
Not open for further replies.

Pandian M

Newbie level 5
Joined
Jan 27, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,319
Hi Guys,
I am Using SIM300C GSM Module. I am New to this Module. Now, I want to send message through the GPRS. I am Using linux OS. I want proper procedure and commands to achive this. Pls help to me Anybody?
If U have any document send to this mail ID: 09mca17study@gmail.com
 

Here is full command set (and response) that will send message thru grps to 59.17.235.87:15136


AT\r --> 'OK' or 'ERROR'

AT+CREG=1\r --> 'OK' or 'ERROR'

AT+CSNS=4\r --> OK or ERROR

AT+CSTT="APN","USER","PASSWORD"\r --> 'OK' or 'ERROR'

AT+CIICR\r -->'OK' or 'ERROR'

AT+CIFSR\r -->'OK' or 'ERROR' and 'ADRES ip'

AT+CIPSTART="TCP","59.17.235.87","15136"\r -->'OK' and 'CONNECT OK' or 'ERROR' and 'CONNECT FAIL'

AT+CIPSEND\r hellow world 0x1A --> 'OK' and 'SEND OK' or 'ERROR' and 'SEND FAIL' (0x1A-->ctrl+Z)

AT+CIPCLOSE\r--> 'CLOSE OK' or 'ERROR'

AT+CIPSHUT\r--> 'SHUT OK' or 'ERROR'
 

Thank U so much friend. but i have problem in the following line.

AT+CIICR
ERROR

+PDP: DEACT

I dont know about this Error? . Do i want change any settings for this Error?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top