5242B SDK DeviceNotFoundError

Post general discussions on using our drivers to write your own software here
Post Reply
solarspear
Newbie
Posts: 0
Joined: Mon Mar 22, 2021 10:55 pm

5242B SDK DeviceNotFoundError

Post by solarspear »

Hello,

I'm trying to connect a 5242B to PicoSDK and am getting the following errors when running the Github code to check the driver.

Code: Select all

from picosdk.discover import find_all_units

scopes = find_all_units()

Traceback (most recent call last):
  File "", line 1, in 
  File "C:\Users\...\picosdk-python-wrappers-master\picosdk\discover.py", line 49, in find_all_units
    raise DeviceNotFoundError("Could not find any devices on any drivers.")
picosdk.errors.DeviceNotFoundError: Could not find any devices on any drivers.
However PicoScope6 detects the 5242B no problem, showing the following in "About":

Code: Select all

Model: PicoScope 5242B
...
USB Version: 2.0
Calibration Date: Monday, February 15, 2016
Hardware Version: 1
Driver Version: 2.1.54.2438
Firmware Version: 1.3.3.0 / 1.1.5.0
Any help with this would be appreciated!

Post Reply