LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

typecast function

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

 

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 2
(2,228 Views)

Your link is missing a colon and is broken: Correct is this link.

0 Kudos
Message 2 of 2
(2,208 Views)