summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/visaQuery.py
AgeCommit message (Collapse)Author
2021-03-17Revert "Add Linux support to tmc example"Jeremiah McCarthy
This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb.
2021-03-16Add Linux support to tmc exampleJeremiah McCarthy
Replaces visa include with pyvisa, as visa use with PyVISA is being deprecated.
2019-10-02Add testcase for EP0 stall recovery to USBTMC test script.Nathan Conrad
2019-09-25USBTMC: Minor updates to testing script.Nathan Conrad
2019-09-21Lots of updates (especially error handling)Nathan Conrad
2019-09-19Add testcase for aborting bulk in with no data queued (and fix aborting bulk in)Nathan Conrad
2019-09-19Add trigger test code.Nathan Conrad
2019-09-19Fix more TX bugs... and add variable response delay to the example project.Nathan Conrad
2019-09-18More fixes, and a bit of SRQ.Nathan Conrad