I have an Microcontroller Arduino with ethernet shield.
It is connected with port 80 and ip 192.168.1.25
I created a program in Arduino to capture the temperature sensor and write in the browser.
In the browser works fine.
How do i capture the values for the CF without the use JSON and XML?
Thanks.