07-28-2017 02:44 AM
Hi everybody,
I am using LabView 2015 on Windows 10 and I am trying to communicate with a myRio 1900 through TCP connection via Wi-Fi. I have already set the wi-fi up; I can ping the myRio (IP: 172.16.0.1) and it works.
I would like to send and receive data from and to the board through TCP (other methods are not acceptable for us), by using myRio as the Server and the PC as the Client.
The main problem at this point is that the "TCP_Listen.vi" block on the Server hangs and it does not even start to listen on the port (perhaps we selected the wrong port number?).
Secondly, we have an Error 63 ("Serial port receive buffer overflow") on the Client.
In attachment, you can find our code.
Thank you very much in advance,
Lorenzo
Solved! Go to Solution.
07-28-2017 02:55 AM
Verify the IP address that you have entered in your client code.
It does not match with the IP in your text.