TCPClient missing bytes

@mumblepins, by default the tcpclient buffer is 512 bytes and the xml response is 632 bytes total. You need to receive the data in two chunks into a larger array that will fit the entire response (if necessary). :smile:

BTW, did you see the OpenWeather library created by @Coffee? It uses JSON but it works very well.

2 Likes