Hi,
I have a gpib bus analyzer. Besides the standard gpib API, is there an enhanced API for the bus analyzer?
Is source code available for the bus analyzer?
I need to time correlate gpib events with non-gpib events (such as reading an i/o line from a DAQ device) . So a trace may look like
HH:MM:SS:MS gpib byte X received.
HH:MM:SS:MS DAQ port XX, bit 5 transitioned to high...
HH:MM:SS:MS gpib byte X received.
You get the idea.That probably implies I have to create my own analyzer.....
Any ideas?