Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz c4baaafa18 Bugfix. 2016-12-24 14:35:21 +01:00
images
install
third_party/kiss_fft
LICENSE
README.md
about_dialog.cpp
about_dialog.h
connection.cpp
connection.h
decode_dialog.cpp Implemented SPI decoding. 2016-12-08 17:48:26 +01:00
decode_dialog.h
dsremote.pro Make sure that the dial widget has the same look on different distro's and desktop environments. 2016-11-28 22:37:24 +01:00
edflib.c
edflib.h
global.h Bugfix. 2016-12-24 14:35:21 +01:00
images.qrc
interface.cpp Some bugfixes. 2016-12-06 20:51:47 +01:00
lan_connect_thread.cpp
lan_connect_thread.h
main.cpp
mainwindow.cpp Added extra vertical divisions on display to increase dynamic range for DS1000Z series. 2016-12-18 16:36:21 +01:00
mainwindow.h Implemented SPI decoding. 2016-12-08 17:48:26 +01:00
mainwindow_constr.cpp Added extra vertical divisions on display to increase dynamic range for DS1000Z series. 2016-12-18 16:36:21 +01:00
notes.txt
read_settings_thread.cpp Implemented SPI decoding. 2016-12-08 17:48:26 +01:00
read_settings_thread.h
readme_usbtmc_driver.txt
save_data.cpp
save_data_thread.cpp
save_data_thread.h
screen_thread.cpp Some bugfixes. 2016-12-06 20:51:47 +01:00
screen_thread.h
serial_decoder.cpp Work in progress. 2016-12-11 19:44:51 +01:00
settings_dialog.cpp Added extra vertical divisions on display to increase dynamic range for DS1000Z series. 2016-12-18 16:36:21 +01:00
settings_dialog.h Added extra vertical divisions on display to increase dynamic range for DS1000Z series. 2016-12-18 16:36:21 +01:00
signalcurve.cpp Bugfix. 2016-12-24 14:35:21 +01:00
signalcurve.h Work in progress. 2016-12-11 19:44:51 +01:00
tdial.cpp Some bugfixes. 2016-12-06 20:51:47 +01:00
tdial.h Make sure that the dial widget has the same look on different distro's and desktop environments. 2016-11-28 22:37:24 +01:00
timer_handlers.cpp
tled.cpp
tled.h
tmc_dev.c
tmc_dev.h
tmc_lan.c
tmc_lan.h
utils.c
utils.h

README.md

DSRemote

Operate your Rigol oscilloscope from your Linux desktop.

How to compile:

  • Install the Qt4 development package. For example, on openSuse, start Yast and install the package "libqt4-devel". On Ubuntu, open a console and enter: sudo apt-get install libqt4-dev libqt4-core g++

  • Now, open a terminal (console) and cd to the directory that contains the source files and enter the following commands:

qmake

make -j16

sudo make install

Now you can run the program by typing: dsremote

Read also the file readme_usbtcm_driver.txt and the file notes.txt.