LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wi-Fi communication between computer and myRio via TCP

Solved!
Go to solution

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

Download All
0 Kudos
Message 1 of 2
(2,748 Views)
Solution
Accepted by topic author lorenzo26

Verify the IP address that you have entered in your client code. 

It does not match with the IP in your text.

Message 2 of 2
(2,740 Views)