Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 1998 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 2061 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /data/sigrok.org/apache/blog/includes/common.inc).

New protocol decoder: gpib

Another protocol decoder was recently added to libsigrokdecode: GPIB.

This PD decodes the General Purpose Interface Bus (GPIB, previously also HPIB) protocol, a.k.a. IEEE-488.

This protocol is often used in all kinds of test & measurement equipment, ranging from bench multimeters to power supplies, oscilloscopes and lots more.

We have a few example files in the sigrok-dumps repo, and some test-cases in sigrok-test, as usual.

The decoder was contributed by Rudolf Reuter, thanks a lot!