Search found 2 matches

by botest
Tue Jan 16, 2018 5:44 pm
Forum: C and C++
Topic: PS3405D: C++ sdk, ps3000aEnumerateUnits not working properly
Replies: 2
Views: 5253

Re: PS3405D: C++ sdk, ps3000aEnumerateUnits not working prop

Thank you. i had serialsLth at 0. It works ok now.

Bo
by botest
Fri Jan 12, 2018 8:42 pm
Forum: C and C++
Topic: PS3405D: C++ sdk, ps3000aEnumerateUnits not working properly
Replies: 2
Views: 5253

PS3405D: C++ sdk, ps3000aEnumerateUnits not working properly

Hello, I am using PS3405D and c++ sdk. I am trying to get device list with seiral #. When trying to call ps3000aEnumerateUnits, the function returns ok and count is correct. but no "serials" and "serialLth" returned. e.g. rc = ps3000aEnumerateUnits (&count, serial_str, &serial_str_len); rc = PICO_OK...