@rpcope1:
Hi!
I managed to get your example going! Great work! I had to install a few packages, though:
That was python-matplotlib , python-scipy, python-numpy, python-pip, python-usb, libusb1 (with pip), python-dev, pypy-dev (not in that order, though...)
I had to add a path to the usb lib:
PYTHONPATH=$PYTHONPATH:PyHT6022 python examples/example_linux_scopevis.py
And got some error from time to time:
raise ValueError("x and y must have same first dimension")
File "examples/example_linux_scopevis.py", line 28, in <module>
pylab.plot(timing_data, voltage_data, color='#009900', label='Raw Trace')
But now I got a wonderful trace!
You want to translate your code to C now? Or just create a driver for sigrok?
Thanks for your great efforts!