Hi
Thanks for the great example.
I have an basic ethernet shield and to get this to work i needed to add:
client.println(" HTTP/1.1");
client.print("Host: ");
client.println(sparkfunDataServer);
client.println("Connection: close");
client.println();
after the data pairs but before the timeout and response delays in sendToSparkfunDataServer
is this a hardware thing ? does you board not require these lines?
s