ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

Add linux-gpib transport #662

Closed miek closed 2 years ago

miek commented 2 years ago

This adds support for using linux-gpib as SCPI transport. It'll be compiled in if libgpib can be found, similar to the current behaviour for LXI support.

I've tested with an Agilent 82357A USB/GPIB adapter and an MSO6034A using the agilent driver:

scopehal-gpib

closes #574