hello,
I want to read data from serial port and then display it on web page i tried to take the data but i can't display it on web page can any one know the idea.
thanks,
You generally can't "push" data to a web page, the browser has to request the data from the arduino server. You might use a meta refresh page in an iframe in the main web page, or use an AJAX setup like below.
hello zoomkat,
but i can't display any data on web page using arduino .
thanks,
but i can't display any data on web page using arduino .
That must be an issue limited to your situation. I can display data on a web page supplied by an arduino (both page and data) using a w5100 based ethernet shield.
hello zoomkat ,
thanks a lot for your reply i already have the kit with Ethernet shield and i connected it to network the problem with me i want to display the data that i have read on web page .
thanks,