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.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top