PICO ADC-20 Data Logger Interfacing Information

Post your C and C++ discussions here
Post Reply
ProgramBase2
Newbie
Posts: 0
Joined: Mon Jan 02, 2017 6:17 pm

PICO ADC-20 Data Logger Interfacing Information

Post by ProgramBase2 »

Hello there,

I am building a C++ GUI program using the Qt framework. I want to build my own PICO interfacing code from scratch. However, I cannot find basic information about how the PICO interfaces to the PC in order to determine how to communicate with it. I noticed that the most crucial code provided in the SDK is built into a library and therefore cannot be viewed. Can anyone help me out with this?

Hitesh

Re: PICO ADC-20 Data Logger Interfacing Information

Post by Hitesh »

Hi ProgramBase2,

The API functions for the ADC-20 are documented in the User's Guide for the product.

If you have installed the SDK, then referring to this post, you should find the examples for the ADC-20/24 in the following folder:

C:\PicoSDK\PicoHRDL

There is a C console example in there so you should be able to use this as a basis for your C++ code.

Hope this helps,

Post Reply