ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
08-19-2011 06:49 PM
I need to send data over UDP from LabVIEW to C++.
C++ expects data as (char *) &data. Using LabVIEW typecast function the help states it sends the value as *(char *) &data.
Is there a way to send the correct data format that C++ app is expecting from LabVIEW?
Also the VI I am using is posted here.
TIA
08-20-2011 12:35 AM
Your link is missing a colon and is broken: Correct is this link.