nomad1901
Newbie level 1
- Joined
- Nov 10, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 7
hello,
i am trying to get some data from my website to my arduino through SIM900a. i got most of the code figured out to send the data to my website, i am able to receive data as well. it might sound silly but i am unable to process that data and get to my variables.
this is the response i get back from the server. all i am interested in are the "10101010"in the end. but i dont know how to get my arduino to skip the header and get to the data. any one can help please?
i am trying to get some data from my website to my arduino through SIM900a. i got most of the code figured out to send the data to my website, i am able to receive data as well. it might sound silly but i am unable to process that data and get to my variables.
Code:
SEND OK
HTTP/1.1 200 OK
Date: Wed, 26 Nov 2014 13:07:44 GMT
Server: Apache mod_fcgid/2.3.10-dev
X-Powered-By: PHP/5.4.35
Refresh: 12
Content-Length: 9
Connection: close
Content-Type: text/html
10101010
this is the response i get back from the server. all i am interested in are the "10101010"in the end. but i dont know how to get my arduino to skip the header and get to the data. any one can help please?