07-06-2006 08:22 AM
07-06-2006 11:10 AM
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.