I am trying to make a client in my photon to communicate to a server I have made in labview. The server works fine, but the client can’t connect to it. Here is my code:
The check for client.available() indicates data from the server is ready to be read. Instead of reading (and emptying the receive buffer), you do a client.write(). This loop will eventually break I suspect. What output are you getting from your debug messages?