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.

[SOLVED] GPRS connection with sim 300

Status
Not open for further replies.

Prateekgupta900

Newbie level 4
Joined
Oct 19, 2012
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,343
This is how you send AT commands to SIM300 module to setup GPRS connection.


>> AT+CGATT=1 - Attach to GPRS Service
<< OK

>> AT+CGDCONT=1,"IP","<apn>" - Define PDP Context (cid, PDP type, APN)
<< OK

>> AT+CSTT="<apn>","","" - Start Task & set APN, User ID, and password
<< OK

>> AT+CIICR - Bring up wireless connection with GSM or CDS
<< OK

>> AT+CIFSR - Get Local IP address
<< 10.190.245.172
<< OK

>>AT+CIPSTATUS - Query current connection status
<< OK
<< STATE: IP STATUS

>> AT+CIPHEAD=1 - to add an 'IP Header' to receive data
<< OK

>> AT+CDNSORIP=1 - query the IP address of the given domain name
<< OK

>> AT+CIPSTART="TCP","www.india.com","80" - Start up TCP connection
<< OK
<< CONNECT OK - Indicates you've connected to the server

>> AT+CIPSEND - Issue Send Command
<< >
>> GET /testdata.php?data=Prateek HTTP/1.1 (ctrl+m)(ctrl+j)
>>HOST: www.india.com (ctrl+m)(ctrl+j) (ctrl+j)(ctrl+z)
<< SEND OK



can any one help me to execute this commands set on SIM908
command AT+CDNSORIP=1 is not working on sim908

- - - Updated - - -

can any one help me to execute this commands set on SIM908
command AT+CDNSORIP=1 is not working on sim908
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top