I am trying to send data from the Arduino UNO (with Ethernet shield installed) to the server. I have looked in my local Ethernet.h file and there is a definition for the method client.write( ...
However when I compile the code I get the error,
"no matching function for call to EthernetClient::write(String&)
Can someone please have a look at my code (error is on line 94) and tell me what is going on.
I assume your comment "You can't write an Arduino sketch if you didn't learn programming. Not the language, but the concepts of programming - algorithms and data types." is a generic one and not aimed at me specifically.
I have a good foundation in programming theory - but like everyone (on this planet) I make mistakes sometimes, as I am sure you have too.
Sciencez:
I assume your comment "You can't write an Arduino sketch if you didn't learn programming. Not the language, but the concepts of programming - algorithms and data types." is a generic one and not aimed at me specifically.
yes it is generic. I didn't open the attached ino file so I can't comment your coding skills