]> sigrok.org Git - libsigrok.git/commit
serial-dmm: Properly handle continuous mode
authorAlexandru Gagniuc <redacted>
Sat, 22 Dec 2012 22:00:44 +0000 (16:00 -0600)
committerUwe Hermann <redacted>
Sun, 23 Dec 2012 15:55:10 +0000 (16:55 +0100)
commitd55c89f523e74a2f629bb23e8fd9bf6db7e3758a
treeb06298be01bf8cdb456405c56780a7f70905540c
parent17dfb2c32c6686630fd95b2f25e554fa01f8ebd1
serial-dmm: Properly handle continuous mode

serial-dmm does not check if a sample limit is actually in place before deciding
to stop acquisition. Since the sample limit is set at 0 by default, operating
in continuous mode will cause acquisition to stop before even sending the first
sample.

Check to make sure we actually are in a sample-limited mode before stopping for
this reason.

Signed-off-by: Alexandru Gagniuc <redacted>
hardware/serial-dmm/protocol.c