]> sigrok.org Git - libsigrok.git/commit
scpi: Add function to fetch uint8_t.
authorpoljar (Damir Jelić) <redacted>
Mon, 18 Nov 2013 15:13:12 +0000 (16:13 +0100)
committerUwe Hermann <redacted>
Tue, 3 Dec 2013 14:10:01 +0000 (15:10 +0100)
commit1a323dd887e655ac76133af1f018e3eeabd174e2
tree428bcc14346cd63961d631c10ee352027ef9ddb5
parent8acbb89a1dd38f15e53c5a46c226c074db5c4efa
scpi: Add function to fetch uint8_t.

This patch adds a function to read and parse a SCPI response which contains a
comma separated list of unsignet 8-bit integer numbers (e.g "1,0,64").

This is particularly useful if the instrument sends digital measurement data
in this format.
hardware/common/scpi.c
libsigrok-internal.h