Search found 1 match

by Anonymoose
Thu Sep 07, 2017 4:33 pm
Forum: General Software Discussions
Topic: USB TC-08 in python
Replies: 27
Views: 57229

Re: USB TC-08 in python

For MacOS: Install picoscope6. In the Applications right click on Picoscope6>Show Package Contents. Find the driver at Contents>Resources>lib>libusbtc08.2.dylib. You can interface with the tc08 library via the python library ctypes. import ctypes as C tc08=C.CDLL("libusbtc08.2.dylib") temp_array_obj...