The PS2000 Module does not have a declaration for fast streaming. If I create one, the function returns the handle instead of 1 or 0.
Declare Function ps2000_run_streaming_ns Lib "c:\ps2000.dll" (ByVal handle As Integer, ByVal sample_interval As Long, ByVal time_units As Integer, ByVal max_samples As Long, ByVal auto_stop As Integer, ByVal noOfSamplesPerAggregate As Long, ByVal overviewbuffersize As Long) As Integer
The same is true with ps2000_get_streaming_last_values.
Are these functions not available to VB.Net?
I am using the latest version of ps2000.dll with a 64 bit machine.
Cart
