Hi,
I'm currently using a DAQ card to aquire a streaming waveform. This is done with LabVIEW. However, I need to pass these acquired data to a C++ program.
I have been advised to use DataSockets for this purpose. I have succeeded in writing the data from LabVIEW into the DataSocket server, and the other way round. The problem is how can I get these data from server in my C++ program, or how can I write data into the server from C++.
For this matter, are there any other way of doing this procedure. Thanks