LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP read error code 56

Can anybody know what cause this error and how to solve it?

Thank you very much!
0 Kudos
Message 1 of 4
(4,854 Views)
That is a timeout error.

Either the TO value you specified is to small,
or
The packet was never sent.

Be aware that UDP is a broadcast protocol and does not ensure delivery of the packet.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(4,854 Views)
Keep getting this error. It is not caused by small number of timeout. I am trying to talk with my device via UDP. When I debug my program, UDP Write is OK, but UDP read alway gets error code 56. Frustrated!!

Any help is very appreciated!
0 Kudos
Message 3 of 4
(4,854 Views)
Can you get the UDP shipping examples to work?
0 Kudos
Message 4 of 4
(4,854 Views)