Pi TC-08

Discussion forum for the Picoscope 6 Linux software
Post Reply
shochgreb
Newbie
Posts: 0
Joined: Fri Feb 03, 2017 8:43 am

Pi TC-08

Post by shochgreb »

Hello

I have successfully followed the instructions to download the libraries for the TC-08 on the R-Pi, and successfully run the USB test to connect to the unit.

I am looking for a C/C++ sample programme (or python ideally) to access the unit, not necessarily on linux, so I can save time rather than starting from scratch.

Thank you.

Simone
U. Cambridge

Hitesh

Re: Pi TC-08

Post by Hitesh »

Hello Simone,

Please find below the files for a C Console application:
USB TC08 Linux.zip
USB TC-08 C console example
(5.07 KiB) Downloaded 396 times
You will need to have the autoconf and libtoolize packages installed.

To build the example, please use the commands:

Code: Select all

sudo ./autogen.sh
sudo make
Hope this helps.

Post Reply