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.

HTTPREQUEST GET Problem

Status
Not open for further replies.

CarinaVB

Newbie level 3
Joined
Nov 11, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Hello: I'm new on this.
I'm trying to program a sim340 (SimCom).
I'm connecting with this code

AT+CIPSTATUS
AT+CIPSPRT=1
AT+CREG=1
AT+CDNSORIP=1
AT+CIPSRIP=1
AT+CIPHEAD=1
AT+CGDCONT=1,"IP","gprs.personal.com"
AT+CSTT="gprs.personal.com","gprs","adgj"
AT+CIICR
AT+CIPSTATUS
AT+CLPORT=”TCP”,”4000”
AT+CIFSR
at+cipstart="TCP","url","80"
>GET /datosgprs.asp?Data=122 HTTP/1.1

But I get connection close or requested time-out.

I don't know if I miss something al the end of the get line... CRLF CTRL^Z or how I must do that.
I try with HERCULES either with the same problem.
I don't know what else to do, I been reading and searching for a week now.
I hope someone can help me with this.

Regards
 

1. Is the SIM GPRS registered.
2. Is it the same order you are following, then it is wrong
3. you cannot see the webpage in hyperterminal, it needs a tool. or what ever you get the values copy paste in notepad and save as .html and open in browser.
 

ckshivaram: thanks for your answer.
The only thing I want to do is send data to that page, so it proceses.
Can you send me an example?
Regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top