]> sigrok.org Git - libsigrok.git/commit
rigol-ds: Send *OPC? after commands that don't return a value.
authorMartin Ling <redacted>
Tue, 9 May 2017 23:33:58 +0000 (00:33 +0100)
committerMartin Ling <redacted>
Tue, 9 May 2017 23:33:58 +0000 (00:33 +0100)
commitef7fb1abffad411c1bf20099228e4d23db402a81
tree7c25993a8e77d2da22fc044c06b6141a942292ff
parentbf8a02b63339ac48271ec0c8d4d554e4435b2a44
rigol-ds: Send *OPC? after commands that don't return a value.

Fixes #933.

We'd already had this problem elsewhere and thus have this wrapper function
that does this where necessary. It just wasn't in use on these two call sites,
which was causing timing problems when used over tcp-raw or VXI transports.
src/hardware/rigol-ds/protocol.c