Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 438864372c Update copyright.
Some minor improvements.
2016-01-02 16:55:54 +01:00
images Basic functions working with DS6000 series. 2015-05-30 14:13:46 +02:00
install Make "make install" work. 2015-05-30 14:40:20 +02:00
LICENSE Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
README.md Work in progress. 2015-06-02 17:16:36 +02:00
about_dialog.cpp Update copyright. 2016-01-02 16:55:54 +01:00
about_dialog.h Update copyright. 2016-01-02 16:55:54 +01:00
connection.cpp Update copyright. 2016-01-02 16:55:54 +01:00
connection.h Update copyright. 2016-01-02 16:55:54 +01:00
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 Update copyright. 2016-01-02 16:55:54 +01:00
images.qrc Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
interface.cpp Update copyright. 2016-01-02 16:55:54 +01:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp Update copyright. 2016-01-02 16:55:54 +01:00
mainwindow.h Update copyright. 2016-01-02 16:55:54 +01:00
mainwindow_constr.cpp Update copyright. 2016-01-02 16:55:54 +01:00
notes.txt Make it work with latest firmware for the DS6000: 00.02.00.SP5 2015-10-09 16:28:35 +02:00
readme_usbtmc_driver.txt Work in progress. 2015-06-06 13:02:35 +02:00
save_data.cpp Update copyright. 2016-01-02 16:55:54 +01:00
screen_thread.cpp Update copyright. 2016-01-02 16:55:54 +01:00
screen_thread.h Update copyright. 2016-01-02 16:55:54 +01:00
settings_dialog.cpp Update copyright. 2016-01-02 16:55:54 +01:00
settings_dialog.h Update copyright. 2016-01-02 16:55:54 +01:00
signalcurve.cpp Update copyright. 2016-01-02 16:55:54 +01:00
signalcurve.h Update copyright. 2016-01-02 16:55:54 +01:00
timer_handlers.cpp Update copyright. 2016-01-02 16:55:54 +01:00
tled.cpp Update copyright. 2016-01-02 16:55:54 +01:00
tled.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_dev.c Update copyright. 2016-01-02 16:55:54 +01:00
tmc_dev.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_lan.c Update copyright. 2016-01-02 16:55:54 +01:00
tmc_lan.h Update copyright. 2016-01-02 16:55:54 +01:00
utils.c Update copyright. 2016-01-02 16:55:54 +01:00
utils.h Update copyright. 2016-01-02 16:55:54 +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.