Hi, first post here. Hope someone can help me; I need some code to ping an IP address from the arduino ethernet lib.
Thanks,
Keven
Hi, first post here. Hope someone can help me; I need some code to ping an IP address from the arduino ethernet lib.
Thanks,
Keven
Is there any reason why you don't read the tutorials that came with the library? :P
the ping example should be there! it sais so on this site: http://www.nuelectronics.com/estore/?p=12 with pictures to prove!
Sorry, I missed this one, I was looking in the example on arduino.cc.
Thanks ;)
Which ethernet shield are you using? If you're using the official Arduino Ethernet shield (using the WIZnet chip) then the code at the link above won't work with it.
--Philip;