Please can you provide C++ stream application (VS 2010) to read data from the CX3 and place the data into a file.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Please can you provide C++ stream application (VS 2010) to read data from the CX3 and place the data into a file.

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

We do not have a readymade example in C++. You can refer to the control center source code for saving the data to a file.But it is in C#. You can follow the same algorithm in C++.

Also, in the below thread, you will find an example to store the incoming data in the C# streamer to a file.

FX3 superspeed kit - STREAMER CODE

Regards,

- Madhu Sudhan

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

We do not have a readymade example in C++. You can refer to the control center source code for saving the data to a file.But it is in C#. You can follow the same algorithm in C++.

Also, in the below thread, you will find an example to store the incoming data in the C# streamer to a file.

FX3 superspeed kit - STREAMER CODE

Regards,

- Madhu Sudhan

0 Likes