Continuous dataflow with Cypress Control center

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

cross mob
Anonymous
Not applicable

Hi at all.

   

I want to modify the C#-Code of the Cypress Control Center to generate a continuous dataflow from the FX3 to the Host System. The default behavior is, that the chosen number of bytes will be saved in the background until all bytes have arrived.

   

I want to get the bytes displayed one row after the other in the OutputBox continuously, until the chosen byte number has been transferred.

   

This is my first C# project so it is very likely that its not that difficult and I just don't see the obvious code pieces which has to be changed.

   

I hope someone can help me.

   

-Andreas

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

For transferring continuous data, please refer the source code of C# Streamer rather than C# Control center. Also displaying the data continuously is implemented in C++ Streamer. You can incorporate the similiar algorithm in C# as well.

   

Regards,

   

- Madhu Sudhan

0 Likes