Hello
I'm trying to make small project involving the ENC28J60 controller.
I want to be able to pulse some IO pins when the correct URL is sent to the Arduino with the ethernetcontroller.
So far I've managed to get things working. I've setup a webserver, I manage to pulse the IO ports when I enter an URL.
The problem however seems to be that if I use different browsers I get different results. By using IE if I enter a URL, eg. http://192.168.50.12/?1 my IO ports are pulsed once as expected, using Chrome or my homeautomation controller (which is the main goal to use) will make the command execute twice.
I'm no experienced programmer, but manage to use from examples and also do bits on my own.
I think the main problem is around how to parse the URL entered and execute based upon that.... But I cannot figure out what can be wrong.
I have attached my code if anyone wants to have a look.
TEST2.ino (12.5 KB)