parker21:
All,I downloaded and slightly modified a Pachube Client sketch. It works fine, but when I add in another sensor, it starts printing the "client.print" sections of the code 1 character at a time in the serial window. It's like it only stays in the sendData subfunction to print 1 character, then it jumps back into the loop.
If I'm looking at the right bit of code, the client output should appear on the serial output at all. Have you tried putting another Serial.println at the end of sendData() to confirm that you've left that function?