Some Fundamental Knowledge on TCP

2004-04-20 Thread whon
Hi, all I am pretty new to Labview and would like to ask two questions about Labview TCP. (i) For TCP/IP in other language, like using socket, there is no gurantee of data arrival in 1 packet. In another words, we usually send the size as a hearder in the packet and keep receiving until we reach

Re: Some Fundamental Knowledge on TCP

2004-04-20 Thread whon
Thanks very much for your information.

Re: Some Fundamental Knowledge on TCP

2004-04-08 Thread Mads
(i) Yes, same with LV. (ii) You'll need to do a read. The read has a timeout input so you can do a 0 second timeout if you want.