]> sigrok.org Git - libsigrok.git/commit
scpi: Do not block when reading header of definite length blocks
authorStefan Brüns <redacted>
Fri, 13 Jan 2017 22:10:41 +0000 (23:10 +0100)
committerUwe Hermann <redacted>
Sat, 21 Jan 2017 14:08:21 +0000 (15:08 +0100)
commitd64be25be4b315bceb7f6d87b1c414a3c94c31c5
treec56ace2815bf6f56fa69d2fe32d6750faacd2065
parent9ea4018f2f7c3bac99f738334ebd57b1e6ae0a2c
scpi: Do not block when reading header of definite length blocks

When using SCPI over serial (over USB), we want the header without waiting
for the terminating newline, as otherwise the transfer may time out.
sr_scpi_get_data() will block until the message is complete.
src/scpi.h
src/scpi/scpi.c