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.

make an http request with sim300 module

Status
Not open for further replies.

jasim_vnk

Newbie level 4
Newbie level 4
Joined
Aug 5, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
37
I am using SIM300 module.I want to make an http request to my live web server.i saw someny threads regarding this but not fount any solution.

sim used:Idea India with GPRS offer
APN: internet
step i followed in hyper terminal:

****************************************************************

AT+CGATT=1
AT+CGDCONT=1,"IP","internet"
AT+CSTT="internet","",""
AT+CIICR
AT+CIFSR
AT+CIPSTATUS
AT+CIPHEAD=1
AT+CDNSORIP=1
AT+CIPSTART="TCP","www.xxxxxxxxxx.in,"80"
AT+CIPSEND
GET /projects/shop/add_switch.php HTTP/1.1
Host: https://www.xxxxxxx.in
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us


********************************************

then serwer showing 400 BADREQUEST error


i also tried with the commands following

AT+CGATT=1
AT+CSTT="internet","",""
AT+CIICR
AT+CIFSR
AT+SAPBR=3,1,"CONTYPE","GPRS"

but it shows error.Is AT+SAPBR compatible for SIM300.

HELP ME
THANKS in advance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top