No devices found with PicoSDK

Post your .Net discussions here
Post Reply
OnkuMa
Newbie
Posts: 0
Joined: Sat Jun 10, 2023 4:53 pm

No devices found with PicoSDK

Post by OnkuMa »

Dear PicoTech Team,

I am using the PicoSDK 10.7.24 from your download page and the PicoTech C# Examples from github.

With my old PS2205A MSO scope all works fine; I can run the demo application and it finds the connected scope:
PicoOld_2205A_MSO.png

Pleased with this, I have ordered several new PS2205A scopes, but none of them run with the SDK; I always get the error "No devices found" by the scanning method (ps2000aEnumerateUnits):
PicoNew_2205A.png
Connecting the new PS2205A scopes directly by serial number does not work either (the ps2000aOpenUnit method ends with error 0x03 PICO_NOT_FOUND). As you can see in the image, the new scope can be connected by using the PicoScope 7 Application without any issues, so the devices are okay. And before you ask, the PicoScope 7 application was not open when I ran the C# demo app, it has of course been opened after the error occured.

Can you please help me with this problem? It is urgent that I get the new scopes working.

Thank you and many greetings!

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

Re: No devices found with PicoSDK

Post by Martyn »

The 2205a requires the 2000 drivers and examples.

The 2205aMSO uses the 2000a drivers and examples.
Martyn
Technical Support Manager

OnkuMa
Newbie
Posts: 0
Joined: Sat Jun 10, 2023 4:53 pm

Re: No devices found with PicoSDK

Post by OnkuMa »

All right, that solves the problem. Thank you very much!

Post Reply