LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use LabWindows to communicate via a UDP socket?

After trying to use ANSI-C calls for creating and communicating through a UDP client (on a Windows machine), the server (on a linux box), still does not recognize the client.
0 Kudos
Message 1 of 2
(3,202 Views)
Hello

Did you test out your program on the same machine, like doing a read and a write, just to see if all the parameters are correct? Here is a link to an example of udp with CVI.
Winsock UDP
Check this link too.

Since you are using the SDK, you might want to make sure that you are using the functions correctly. At this time, CVI doesnt have any UDP functions, so you since you are using the Microsoft SDK functions, you want to make sure that you check th
eMSDN for example code and make sure all the parameters are set up correctly.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,202 Views)