Protocol decoder:ieee488

From sigrok
Revision as of 19:49, 6 December 2019 by Gsi (talk | contribs) (start an IEEE488 protocol decoder page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ieee488
Pd-ieee488.png
Name IEEE-488
Description IEEE-488 General Purpose Interface Bus (GPIB/HPIB or IEC).
Status planned
License GPLv2+
Source code decoders/ieee488
Input logic
Output ieee488
Probes DIO1/DATA
Optional probes DIO2-DIO8, EOI, DAV, NRFD, NDAC, IFC, SRQ, ATN, REN, CLK
Options iec_periph

The ieee488 protocol decoder can decode either the parallel GPIB/HPIB bus (8 data and up to 8 control lines) or the serial IEC variant (clock and data, one line each).

While the internal implementation of the decoder marks most input signals as optional (to cover both serial and parallel variants), in practice some of the optional lines are essential for proper operation and just don't apply to the other main variant. For serial communication, DATA and CLK are required. For parallel communication DIO1 to DIO8 as well as DAV and ATN are required, and EOI is rather useful and shall get provided.

Parameters

iec_periph, boolean yes/no: Whether to decode Commodore IEC Bus peripherals details (disk drives).