Hi there
I recently ported a well working project from Arduino Uno to the Arduino Uno Wifi. So far so good. The Arduino connects well to my Wifi AP and establishes properly a TCP socket to my server. Data exchange performs well both ways. Then in the suite of events I happen to perform a ScanNetworks; which terminates well (I can see the expected output on the serial line) But then I cannot write anymore to the TCP socket, which seems disconnected. Any clue ? Thanks