LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot Receive LabVIEW UDP Data in ESP8266

I am receiving UDP data from the ESP8266 in my VI, but I cannot send data from the VI to the esp8266. Somebody can help me? 

0 Kudos
Message 1 of 2
(3,005 Views)

Hey Hawk 1705,

 

I think that the best way to perform a bidirectional UDP communication is by having UDP Connections (One to send data from your ESP8266 to LabVIEW and a Second to make the way back).

 

I Made a quick test using the simple UDP Example in LabVIEW and it worked fine! Take a look a the image below to see the codes. To make sense to your application, you may consider the VI on the left as a simulation of the ESP8266 and the VI on the Right the LabVIEW Application itself.

 

Bidirectional UDP.png

 Well, I really believe you can make it going that way.

 

Give it a shot and tell me what happened.

 

Best.

 

Felipe Flores
Technical Support Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,969 Views)