Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 044cedb661 Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02: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
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 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 Start to implement FFT. 2016-01-04 14:20:26 +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 Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02:00
images.qrc Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
interface.cpp Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02:00
mainwindow.h Bugfix. 2016-03-12 18:15:30 +01:00
mainwindow_constr.cpp Added keyboard shortcut to toggle FFT. 2016-02-06 14:15:44 +01:00
notes.txt Update release notes. 2016-01-09 14:54:07 +01:00
readme_usbtmc_driver.txt Work in progress. 2015-06-06 13:02:35 +02:00
save_data.cpp Remove temp debug printf. 2016-02-08 11:51:21 +01:00
screen_thread.cpp Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02:00
screen_thread.h Work in progress. 2016-01-05 11:04:27 +01:00
settings_dialog.cpp Bugfix: show frames per second. 2016-02-01 13:06:44 +01:00
settings_dialog.h Added the possibility to show the number of waveform updates per second (fps). 2016-01-30 17:26:28 +01:00
signalcurve.cpp Bugfix. 2016-03-12 18:15:30 +01:00
signalcurve.h Added the possibility to show the number of waveform updates per second (fps). 2016-01-30 17:26:28 +01:00
timer_handlers.cpp Bugfix: show frames per second. 2016-02-01 13:06:44 +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 Work in progress. 2016-01-12 16:56:25 +01:00
utils.h Work in progress. 2016-01-08 21:36:30 +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.