LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating with an application which uses windows sockets

I wish my LabView application to receive data over ethernet from a VC++ application which uses windows sockets. Are the standard LabView TCP/IP functions compatible with windows sockets or do I have to do something clever?
0 Kudos
Message 1 of 3
(2,971 Views)
The standard LabVIEW TCP/IP functions will work just find connecting / listening with winsocket applications. There aren't any known issues that I'm aware of.

"winsock" is simply the tcp/ip stack implimentation and api for Windows. In fact, the core of LabVIEW is going to use windows sockets (when running on windows) just like most other applications.

Hope this helps,
Message 2 of 3
(2,971 Views)
Many thanks.
0 Kudos
Message 3 of 3
(2,971 Views)