]> sigrok.org Git - libsigrok.git/commit - src/hardware/rigol-ds/api.c
rigol-ds: Add initial Rigol MSO5000 support.
authorSebastian Reichel <redacted>
Wed, 15 May 2019 20:20:55 +0000 (22:20 +0200)
committerSebastian Reichel <redacted>
Wed, 21 Aug 2019 12:54:12 +0000 (14:54 +0200)
commitf6129c8f0c92e45de5d70b4101bf2bd759a5fdf7
treee29296d27c65234bb7e09056ed3669b1a4c61fe2
parent4d8338bb96568e316b425cb2aa0d32bce9f7726c
rigol-ds: Add initial Rigol MSO5000 support.

This adds basic support for the Rigol MSO5000 series. It has
the same problems as the DS4000 series: Live capture provides
one digital channel per byte. Buffered memory returns the data
compressed (one byte has 8 digital channels), but the banks are
read separately. It's not possible to read uint16.
contrib/60-libsigrok.rules
src/hardware/rigol-ds/api.c
src/hardware/rigol-ds/protocol.c
src/hardware/rigol-ds/protocol.h
src/scpi/scpi_usbtmc_libusb.c