Hello everybody,
I start to use the arduino ethernet shield and can't run the example code (WebServer).
I have got an arduino uno and a ethernet shield connected together, I put the example code inside the arduino. My problem is that the program block at the line "server.begin();".
I put Serial.println before and after this line and see just the first Serial.println.
So i think the program is locked at this line. Is somebody could explain me this behaviour and find the solution?
Thank you for your help.