Hi,
I am using the GPRS Shield V2 to send POST request to my server.
The POST is received correctly by my server which respond by a 200 OK HTTP response.
The problem is that the 200 OK response received by the arduino is sometime corrupted. Here is an example of a corrupted received response VS a good response :
SEDOK
TT/.120 OK
Date: Fri, 11 Mar 2016 14:16:25 GMT
Server: Apache
...
SEND OK
HTTP/1.1 200 OK
Date: Fri, 11 Mar 2016 14:16:43 GMT
Server: Apache
...
I tried to change the baudrate of the SIM900 from 2400 to 9600 but this didn’t fixed the problem. What could cause this problem and how can I fix it?
Thanks,
Benjamin