Search found 4 matches

by Achref
Wed Jun 01, 2022 10:40 am
Forum: General Software Discussions
Topic: Attempting to install Pico SDK on Ubuntu 20.04.3 LTS
Replies: 0
Views: 6174

Attempting to install Pico SDK on Ubuntu 20.04.3 LTS

Hi, I'm looking to install drivers for my picoscope 2204A on my 'Ubuntu on Windows' that uses Ubuntu 20.04.3 LTS. I followed steps which has been detailled here https://www.picotech.com/downloads/linux, after running this command `sudo apt-get install picoscope`, I got this error: Reading package li...
by Achref
Wed Apr 06, 2022 11:01 am
Forum: General Software Discussions
Topic: Decoding UART using api
Replies: 5
Views: 2852

Re: Decoding UART using api

And when I checked, I found that devices of Pico Technology are not yet supported by sigrok, they are just planned.
https://sigrok.org/wiki/Category:Planned

Thank you,
by Achref
Tue Apr 05, 2022 3:37 pm
Forum: General Software Discussions
Topic: Decoding UART using api
Replies: 5
Views: 2852

Re: Decoding UART using api

Thanks for your reply Benno !
So I just need to use lib sigrok, isn't necessary to use picoscope API??
and If I understood correctly, for lib sigrok I need to use Python langage as implemented here: "libsigrokdecode-24ba9e1/libsigrokdecode-24ba9e1/decoders/uart"
by Achref
Fri Apr 01, 2022 2:53 pm
Forum: General Software Discussions
Topic: Decoding UART using api
Replies: 5
Views: 2852

Decoding UART using api

Hello!
I'm working to use picoscope API for programming picoscope 2205a, and I need to decode standard UART protocol, but I couldn't find any API in pico software (ps2000aApi.h) for decoding UART frame.
is there a way to do this?
Thank you,