]> sigrok.org Git - libsigrok.git/commit
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)
commit704910e32ca97421e59009f1e384b9fc94a5a75b
tree3f1f17476ea7f83070b8eab8721378d53b27bba3
parent1cbb3b1cfbd0334001bde052413cc7aa869d5994
rigol-ds: Fix reading data from internal memory

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.
src/hardware/rigol-ds/protocol.c