Search found 1 match

by drd
Fri Mar 09, 2012 7:17 pm
Forum: C and C++
Topic: Fast Streaming Mode in C for 2204 and 2205
Replies: 3
Views: 7313

Fast Streaming Mode in C for 2204 and 2205

I'm trying to understand the dynamics of Fast Streaming mode. I get the scope set up using ps2000_run_streaming_ns. Then I do while (!kbhit() { ps2000_get_streaming_last_values(handle, myhandler); Sleep(0); /// do stuff with data } void myhandler( blah blah) { // copy from the overviewbuffers to my ...