Hi guys-
We are going to use the driver station laptop to process the images using the Labview, and hope to send back the X and Y coordinates, and read them in C++.
To send back the data, we plan on using the UDP Send.vi (found here) http://www.chiefdelphi.com/forums/showpost.php?p=1074328&postcount=4
Our question is how to read this data in C++. Obviously we wouldn’t use UDP Receive.vi
Thanks.