05-07-2009 05:16 AM
Hiii
can any one explain me how to cleat the buffer in TCP/IP communication
Solved! Go to Solution.
05-07-2009 05:23 AM
05-07-2009 05:25 AM
05-07-2009 06:17 AM
I use the TCP Read function, with the mode set to Immediate, the bytes to read count set to a large value (say 1M) and the timeout set to 1ms.
I think this always returns a timeout error (or course) so you need to check for this and clean it out.
05-07-2009 06:34 AM
Hi Karthikey...,
can you explain what you make with it? Why do you need it? Who sends so much data on which you can't work?
Mike