From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial buffer full error

Hi

 

I am using LabVIEW based client application to receive images sent by IR camera through TCP/IP Offload Engine. The problem is when the image is sent by the IR camera, only one or two frames are received and then I get the error. The error number is 66 in LabVIEW. (I am using LabVIEW 2009). What could be the possible reason for the error and what does it exactly mean?

 

0 Kudos
Message 1 of 2
(1,917 Views)

Error 66 indicates that the TCP/IP connection was closed by the peer. In this case, the communication is timing out, so Windows closes the TCP/IP connection. When LabVIEW attempts to communicate after Windows closes the connection, error 66 results. This timeout depends on various factors including network traffic and bandwidth.

for more detail read

 

http://digital.ni.com/public.nsf/allkb/14FFB5B2FDE57B1F86257013004DDA8B

 

Thanks

HS

0 Kudos
Message 2 of 2
(1,915 Views)