LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous Sockets

I'm using LabWindows 7.0 and I wanted to implement asynchronous sockets. Based on the documentation I am finding for winsock, I need to have a "window message" in order send/receive information using the asynchronous model. Does LabWindows support the "window message", or is there another way of using asynchronous sockets for IP over 1394?

Thanks
0 Kudos
Message 1 of 2
(2,679 Views)

If you have the full development system, you have access to the SDK functions and can do just about anything you want via CVI.

The question I have is, would one of the existing network communication libraries (TCP/IP, Datasocket) perhaps serve to solve your problem?

Basically the way I look at it is "why reinvent the wheel?" If an existing tool will do the job, I use the tool. If not, I always try to find code that I can reuse or adapt for my purpose before I go off and roll my own.

The first virtue of the programmer is laziness. Smiley Wink

Martin Fredrickson
Test Engineer

Northrop Grumman
Advanced Systems and Products
San Diego, CA 92128
0 Kudos
Message 2 of 2
(2,673 Views)