How to increase gprs data transfer speed in SIM800 / SIM900 GSM modem

Status
Not open for further replies.

jebin@

Newbie level 4
Joined
May 22, 2012
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,315
Hi all,

I am using HTTP GET method to transfer few bytes of data to a web page,
Now it takes 10-12sec for the modem to transfer data to webpage.

Is it possible to upload data within 1-2sec ?, so that i could send more samples to webpage.

The commands which i am using:
// for initializing
Code:
AT+SAPBR=3,1,"Contype", "GPRS" 
AT+SAPBR=3,1,"APN","www" 
AT+SAPBR=1,1 
AT+HTTPINIT

//and for sending data continuously
Code:
AT+HTTPPARA="CID",1 
AT+HTTPPARA="URL","www.website.com/page1.php?Data1=1234"
AT+HTTPACTION=0 
AT+HTTPREAD

Have anyone tried to send data to webpage continuously within 1-2sec,
please help me proceed further..

Thanks
 
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…