PICO_NOT_FOUND error

Post your Python discussions here.
Post Reply
valdezJ
Newbie
Posts: 0
Joined: Fri Apr 26, 2024 7:18 am

PICO_NOT_FOUND error

Post by valdezJ »

Hello,

I'm trying to write a python app that reads data from my picolog 1012. I'm downloaded and installed all the necessary plugins (SDK, wrapper). When i run a test code to check the connection i get an error message PicoSDK returned 'PICO_NOT_FOUND'. The said picolog is working correctly when I use picolog with app version 6.2.9. Picolog version is running on firmware version 1.6.0.0.

Please advise, thank you in advance.
valdezJ
Newbie
Posts: 0
Joined: Fri Apr 26, 2024 7:18 am

Re: PICO_NOT_FOUND error

Post by valdezJ »

small update to the post, the said error code is shown when the Picolog application is running. When it's closed I'm getting and error PICO_NOT_RESPONING.
laurlo17
Newbie
Posts: 0
Joined: Sun Oct 06, 2024 2:54 pm

Re: PICO_NOT_FOUND error

Post by laurlo17 »

Try running the Python script with administrator privileges, as USB access permissions can sometimes interfere with device detection.
Post Reply