dani
Full Member level 4
at+cipsend
HELLO ALL,
I am working on sim300C gprs communication and all was going well under the following AT commands untill i reached up to the testing of actuall data sending to an ip address.
AT+CGDCONT=1,"IP","INTERNET" ( Results in "Ok" )
AT+CSTT="INTERNET","USERNAME","PASSWORD" ( Results in "Ok" )
AT+CIICR ( Results in "Ok" )
AT+CIFSR ( Results in an ip xxx.xxx.xxx.xxx )
at+cipstart="TCP","117.41.32.194","1001"
( Results in "Ok" THEN "CONNECT OK" )
Now when i issue command AT+CIPSEN=20
it prompts me with > sign
and i type 20 charcters on hyper terminal and i got
( Results in "SEND Ok" )
untill this point every thing was fine. If i used to send the data after every min it continues ok. But the
PROBLME : when i donot send the data for some 5-10 minutes of time , Then AT+CIPSEND donot send any data , also donot respond with erro or ok message no acknowledge what so ever.
When i close the gprs connection and reconnect it , using CIPSTOP and CIPSTART again, than it start working again.
Am i doing anything worong.. Plz guys help me as i have to deleiver the completed task on time and time is very short and i am stuck with this CIPSEND not responding after few mins problem.
Regards.
HELLO ALL,
I am working on sim300C gprs communication and all was going well under the following AT commands untill i reached up to the testing of actuall data sending to an ip address.
AT+CGDCONT=1,"IP","INTERNET" ( Results in "Ok" )
AT+CSTT="INTERNET","USERNAME","PASSWORD" ( Results in "Ok" )
AT+CIICR ( Results in "Ok" )
AT+CIFSR ( Results in an ip xxx.xxx.xxx.xxx )
at+cipstart="TCP","117.41.32.194","1001"
( Results in "Ok" THEN "CONNECT OK" )
Now when i issue command AT+CIPSEN=20
it prompts me with > sign
and i type 20 charcters on hyper terminal and i got
( Results in "SEND Ok" )
untill this point every thing was fine. If i used to send the data after every min it continues ok. But the
PROBLME : when i donot send the data for some 5-10 minutes of time , Then AT+CIPSEND donot send any data , also donot respond with erro or ok message no acknowledge what so ever.
When i close the gprs connection and reconnect it , using CIPSTOP and CIPSTART again, than it start working again.
Am i doing anything worong.. Plz guys help me as i have to deleiver the completed task on time and time is very short and i am stuck with this CIPSEND not responding after few mins problem.
Regards.