]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found