]> sigrok.org Git - libsigrok.git/commit
scpi: Add support for arbitray/definite length block data retrieval
authorStefan Brüns <redacted>
Sun, 1 May 2016 03:20:39 +0000 (05:20 +0200)
committerUwe Hermann <redacted>
Mon, 16 May 2016 21:35:10 +0000 (23:35 +0200)
commitff01b0ea2f782c8286dbad32cf187c2ac6ee1807
tree88e770f93481417482451cc4d766d744d3a6a398
parentb951fae32c71426a6066c121c409a5936f30de62
scpi: Add support for arbitray/definite length block data retrieval

Binary block data is specified in IEEE 488.2. First character is '#',
followed by a single ascii digit denoting the the number of digits needed
for the length specification. Length is given in bytes.

This allows drivers to replace retrieval of comma separated ASCII values
with binary formats. See bug #791.
src/scpi.h
src/scpi/scpi.c