01-22-2007 09:03 AM
01-22-2007 11:05 AM
Your previous post indicated that you were able to read and write over a TCP link - so I don't fully understand your question. There is sample code at c:\Program Files\National Instruments\CVI70\samples\tcp which I found quite useful.
JR
01-22-2007 11:11 AM
01-22-2007 11:19 AM
Depends what you mean by asynchronous. They are asynchronous, in that two high level programs using the mechanism to communicate can do so without reference to any other information or timing references, for instance when requested to do so by a user. No doubt at the lowest levels of CVI and/or Windows there are algorithms which mean that data flows will probably be synchronised to some clock tick or other, but it is irrelevant for all practical purposes. The nature of TCP/IP communication is inherently uncertain, from a network timing aspect.
Are you seeing some kind of timing issues?
JR
01-22-2007 12:26 PM