Hi
I am quite new in arduino, I am trying to open a webclient session on a Uno + ethernet shield, based on the demo code delivered with arduino 1.6.4, in which I have just changed the google url to my windows wampserver one and gave a fixed IP to my arduino card.
On server side there is a hello world "hello.php" which is well working from localhost, both server and arduino are on isolated local router without external internet access.
The sketch well connect my web server, but client.available() is null thus I do not receive the expected content "hello world".
Of course I have installed the ping library, my web server is well pinged.
I also tested arduino as web server and it works fine so really I don't understand what happen. Any idea will be welcome. 10x all ![]()
The serial window show the following at run:
starting...
connecting...
connecteddisconnecting.
WebClientTestStandard.ino (2.43 KB)