No I cannot upgrade to V1 of the IDE as it require rewriting 200 lines of code. The example they give is using a serial read fir the resolve can someone help me just try and resolve say google.com thanks.
sorry thats what I meant, what I am trying to do is that instead of waiting for the data over serial for the hostname it knows the hostname and will resolve it and spit out the IP
what I am trying to do is that instead of waiting for the data over serial for the hostname it knows the hostname and will resolve it and spit out the IP
resolveHostName() looks up the host specified in the first argument and puts its IP address into the the memory pointed to by the second argument (4 bytes). It will block your sketch until the name has been resolved, an error has been reported by the DNS server or a timeout of 5 seconds has elapsed.
Is there some problem with this function? It is in your library.