]> sigrok.org Git - libsigrok.git/commitdiff
rigol-ds: Fix reading data from internal memory
authorValentin Ochs <redacted>
Thu, 11 Jun 2020 14:12:25 +0000 (16:12 +0200)
committerUwe Hermann <redacted>
Wed, 24 Jun 2020 21:56:01 +0000 (23:56 +0200)
According to the programming manual, one should issue

    :WAV:RES
    :WAV:BEG

before reading data from internal memory. Without this, the wrong data
will be returned.


No differences found