05-07-2015 01:13 AM
Hi,As I am new to using TCP functions in Labview.Can anyone post or share an example sowing two way comunication between client/server .Can anyone please upload.I would be very thankful.
05-07-2015 01:44 AM
Go to find examples and search for TCP, there are really good examples with description how TCP functions works.
05-07-2015 05:44 AM
If you are doing both sides of the communications with LabVIEW, I recommend using the Network Streams since they autoreconnect and have buffers that you can use.
I would also recommend looking at the STM library (available on the LabVIEW Tools Network). It is useful for setting up meaningful communication schemes.