DSPRelated.com
Forums

RTDX_VB interface

Started by simlayhong March 21, 2003
I am doing a project using RTDX VB interface. My prj is using real
time. Each time VB will be collecting 1000 integer values from CCS
via the channel.

Initially, VB collected the 1st 1000 data. However, if I want to
collect the 2nd 1000 integer values (which is different values from
the 1st 1000), the VB did not able to collect the updated one. In
fact, it collect back the 1st set of 1000 values.

I would like to find out how am I going to clear the internal buffer.
Such that how to clear the 1st set of data?

Thanks.