Hi I maked a little TCP server with labview like the example with little modification (I read data from serial port...) If I use client build with labview I launche client and I read every time data until clint disconnect, if I use a client not build in labview I read only one time not in continue (server doens't write after the first time also if client is connect) Can you help me?
I have tried to open a TCP Client made in CVI (that is not LabVIEW) and I was able to receive data continuously from the Simple Data Server.VI example. So I guess that either your Client is not working fine or the server you have recreated is not ok.
Hi Thank you very much I finded the solution it was a problem of client which transmit unlikely on connection the same character I used for disconnection!! I changed my disconnection character and it's run very well