]> sigrok.org Git - libsigrok.git/commit
rigol-ds1xx2: Send a SR_DF_END packet before acquisition stop.
authorpoljar (Damir Jelić) <redacted>
Fri, 15 Nov 2013 15:54:55 +0000 (16:54 +0100)
committerBert Vermeulen <redacted>
Fri, 15 Nov 2013 16:00:07 +0000 (17:00 +0100)
commit1130e4229b2df4b9f308761928d44747cd568aee
tree1fa7596470bfb7e4b8b4067c7c1c3caaa56234c7
parent449cc16bb279e5d3322846ce6bd390e867e71ccb
rigol-ds1xx2: Send a SR_DF_END packet before acquisition stop.

Without a SR_DF_END samples could be cached in the internal buffer of an output
module and never flushed, therefore they would be missing in the final output.

By sending a SR_DF_END packet we force the output to be flushed.
hardware/rigol-ds1xx2/protocol.c