Search found 1 match

by cwhite00
Fri Jan 06, 2012 1:09 pm
Forum: General Software Discussions
Topic: USB TC-08 in python
Replies: 27
Views: 57606

USB TC-08 in python

Hi, I am hoping someone a lot more clued up on programming can help me with this: Here is the code I am using import ctypes mydll = ctypes.windll.LoadLibrary('usbtc08.dll') device = mydll.usb_tc08_open_unit() mydll.usb_tc08_set_mains(device, 0) import numpy as np temp = np.zeros( (9,), dtype=np.floa...