Unable to open device

Post general discussions on using our drivers to write your own software here
Post Reply
CommanderLake
Newbie
Posts: 1
Joined: Mon Sep 09, 2019 9:12 pm

Unable to open device

Post by CommanderLake »

I have a 2208B and when I invoke this function it returns 0, the device works just fine in the Picoscope software.
[DllImport(_DRIVER_FILENAME, EntryPoint = "ps2000_open_unit")]
public static extern short OpenUnit();

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

Re: Unable to open device

Post by Martyn »

You will need the ps2000a drivers and examples, not the ps2000 ones which are for the older models in the series.
Martyn
Technical Support Manager

Post Reply