Make an HTTP request with SIM300 Module

Status
Not open for further replies.

omerjerk

Newbie level 2
Joined
Apr 20, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,293
I'm using SIM300 module. I read this thread https://www.edaboard.com/threads/154744/ . But I'm not getting on how to make an http get request to the server.
I'm on arduino .. My all commands are working fine upto AT+CIPSTART . But I'm not able to figure out AT+CIPSEND command.
 

Use a SIM900 or SIM900A or SIM900D. Use HTTP GET & POST Request Commands instead of using a socket based protocol. I have tried to access php files and got successful results.

Use commands as follows: (Google in for further details)

AT+SAPBR
AT+HTTPINIT
AT+HTTPTERM
AT+HTTPPARA
AT+HTTPACTION
AT+HTTPDATA
etc, etc...
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…