Hi everyone,
I'm having some trouble with a project using the Embedded Web Server on the Ethernet Shield. I have a web page that is supposed to send AJAX requests to the Arduino so that the page is updated with new data, but it doesn't completely rewrite the entire page.
Problem is, for whatever reason, the client is never available. I've written Serial.println()'s in several places in my code to see if I'm getting HTTP requests, to see if the client connects, to see if the client is available...... Nothing. I've tried pushing down on the ICSP bus. Same thing.
What's weird is that when I run the WebServer example sketch, the client connects just fine.
Any suggestions?
Thanks,
Chris
AJAXWebServer.ino (8.36 KB)