Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 6121b7ea83 Work in progress. 2017-01-06 17:34:49 +01:00
images Work in progress. 2016-11-22 21:06:24 +01:00
install Work in progress. 2016-11-22 21:06:24 +01:00
third_party/kiss_fft Start to implement FFT. 2016-01-04 14:20:26 +01: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 Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
about_dialog.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
connection.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
connection.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
decode_dialog.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
decode_dialog.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
dsremote.pro Work in progress. 2016-12-28 11:48:47 +01:00
edflib.c Solved a bug that could cause to save the waveform data with a wrong samplefrequency. 2016-02-08 11:48:53 +01:00
edflib.h Solved a bug that could cause to save the waveform data with a wrong samplefrequency. 2016-02-08 11:48:53 +01:00
global.h Work in progress. 2017-01-06 17:34:49 +01:00
images.qrc Work in progress. 2016-11-22 21:06:24 +01:00
interface.cpp Work in progress. 2017-01-02 11:31:37 +01:00
lan_connect_thread.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
lan_connect_thread.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
mainwindow.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
mainwindow_constr.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
notes.txt Work in progress. 2016-12-29 11:59:12 +01:00
read_settings_thread.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
read_settings_thread.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
readme_usbtmc_driver.txt Work in progress. 2015-06-06 13:02:35 +02:00
save_data.cpp Work in progress. 2017-01-06 17:34:49 +01:00
save_data_thread.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
save_data_thread.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
screen_thread.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
screen_thread.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
serial_decoder.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
settings_dialog.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
settings_dialog.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
signalcurve.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
signalcurve.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tdial.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tdial.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
timer_handlers.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tled.cpp Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tled.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tmc_dev.c Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tmc_dev.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tmc_lan.c Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
tmc_lan.h Updated the copyright notice to 2017. 2017-01-02 10:59:35 +01:00
utils.c Work in progress. 2017-01-06 17:34:49 +01:00
utils.h Work in progress. 2017-01-06 17:34:49 +01:00
wave_dialog.cpp Work in progress. 2017-01-06 17:34:49 +01:00
wave_dialog.h Work in progress. 2017-01-06 17:34:49 +01:00
wave_view.cpp Work in progress. 2017-01-02 11:31:37 +01:00
wave_view.h Show the channel labels in the Wave Inspector. 2017-01-02 11:13:36 +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.