I followed your instructions as indicated on the manual,
handle the istruction ps3000_run_streaming_ns() return 1
but when invoke ps3000_get_streaming_last_values() , after about 30 seconds (with HDD led work), VB6 crash
in the manual not is clear in which variables are put data, and how,
example this is declare function VB6 for ps3000.dll:
Declare Function ps3000_set_unit Lib "c:\ps3000.dll" (ByVal handle As Integer) As Integer
for transfer data manual refers to a callback function, but how to declare in VB6 callback function ?
FX