09-13-2007 03:11 AM
09-13-2007 04:06 AM
09-13-2007 04:33 AM
@vallabh wrote:
how do i use TCP/IP protocol in LabWindows/cvi without using its callback function?
Well you could just call the Server/ClientTCPRead() and Server/ClientTCPWrite() functions directly - they have a timeout facility in the event of a connection problem, but it seems a bit inefficient. Is there a particular reason you want to avoid the CVI callback mechanism? It really is very easy to use and quite efficient.
JR