Search found 1 match

by VincentIZ
Mon Feb 26, 2018 7:15 pm
Forum: General Software Discussions
Topic: USB TC-08 in python
Replies: 27
Views: 58137

Re: USB TC-08 in python

Hi, I am using Python 3.6 on WIN10 64 bit. I also had problems with passing the arguments to the get_single dll function. This is how I got things work without using numpy : # usage of ctypes from ctypes import * # in def __init__ declaration of _temp and _overflow_flags which are used as callback a...