PICO_NOT_FOUND

Having problems ? let us know the details here
Post Reply
michel gross
User
User
Posts: 2
Joined: Wed Jan 29, 2020 4:30 pm

PICO_NOT_FOUND

Post by michel gross »

I use a picoscope 2204A which works correctly with the pico software Picoscope6.

I try to drive the picoscope with the sdk in a C program. I start with the example of program found in github: ps2000aCon.cpp

and I link the code with the library: ps2000a.lib 30/04/2009 18:18 with the corresponding in the same directory PS2000a.dll 22/10/2019 18:42

Compilation has been made with visual studio 2008 or visula studio 2013.

The picoscope initialisation fail :

PICO_STATUS status = ps2000aOpenUnit(&(unit->handle), NULL);

gives status=3=PICO_NOT_FOUND

Best regards

Mchel GROSS

Martyn
Site Admin
Site Admin
Posts: 4501
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: PICO_NOT_FOUND

Post by Martyn »

The 2204a needs the ps2000 examples not the ps2000a ones.
Martyn
Technical Support Manager

michel gross
User
User
Posts: 2
Joined: Wed Jan 29, 2020 4:30 pm

Re: PICO_NOT_FOUND

Post by michel gross »

You are true; Many thanks
Best

Post Reply