Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 3f833e63ef Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
images
install
LICENSE
README.md
about_dialog.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
about_dialog.h
connection.cpp
connection.h
dsremote.pro Make more clear which version of Qt is needed. 2015-11-30 16:26:41 +01:00
edflib.c Prevent rounding errors in samplefrequency when saving waveform data to EDF. 2015-10-24 16:37:24 +02:00
edflib.h Prevent rounding errors in samplefrequency when saving waveform data to EDF. 2015-10-24 16:37:24 +02:00
global.h Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
images.qrc
interface.cpp Bugfix: sent wrong command for AC line triggering. 2015-11-08 19:00:29 +01:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.h Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow_constr.cpp Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
notes.txt
readme_usbtmc_driver.txt
save_data.cpp Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
screen_thread.cpp context menus: show the actual configuration 2015-11-08 18:36:22 +01:00
screen_thread.h
settings_dialog.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
settings_dialog.h Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
signalcurve.cpp Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
signalcurve.h
timer_handlers.cpp
tled.cpp Improve Qt4 -> Qt5 compatibility. 2015-12-29 14:07:51 +01:00
tled.h
tmc_dev.c
tmc_dev.h
tmc_lan.c
tmc_lan.h
utils.c Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01:00
utils.h Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01:00

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.