LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP Client

Solved!
Go to solution

Basically your LabVIEW code simply misses an UDP Write, sending the string “Red” to the server at address 128.104.49.231 and port 5006 to be equivalent to the Python code. You simply missed the sendto() call in your Python example when trying to recreate the same in LabVIEW.

 

From the Arduino server code it doesn’t even matter what you really send, as long as you send at least one byte.

Rolf Kalbermatter
My Blog
0 Kudos
Message 11 of 12
(296 Views)

That worked! thank you so much everyone for the help.

0 Kudos
Message 12 of 12
(280 Views)