Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.52 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why won't my Arduino return its pings?
  2. // Set the IP address we'll be using.  Make sure this doesn't conflict with
  3. // any IP addresses or subnets on your LAN or you won't be able to connect to
  4. // either the Arduino or your LAN...
  5. IP_ADDR myIP = {192,168,5,2};
  6. IP_ADDR subnet = {255,255,255,0};
  7.        
  8. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  9. ...             ...             ...             ...   ...    ...    ...
  10. 192.168.5.2     *               255.255.255.255 UH    0      0        0 sl0