Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 5fe5cd8874 Bug fix. 2016-10-11 18:42:59 +02:00
images
install
third_party/kiss_fft
LICENSE
README.md
about_dialog.cpp Updated copyright info. 2016-10-09 17:51:49 +02:00
about_dialog.h
connection.cpp
connection.h
dsremote.pro Move the code for downloading waveform data into a separate thread 2016-10-09 16:59:15 +02: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 Bug fix. 2016-10-11 18:42:59 +02:00
images.qrc
interface.cpp Attempt to get the DS2000 series working. 2016-08-20 10:56:20 +02:00
lan_connect_thread.cpp Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
lan_connect_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
main.cpp
mainwindow.cpp Bug fix. 2016-10-11 18:42:59 +02:00
mainwindow.h Move the code for downloading waveform data into a separate thread 2016-10-09 16:59:15 +02:00
mainwindow_constr.cpp Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
notes.txt Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
read_settings_thread.cpp Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
read_settings_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
readme_usbtmc_driver.txt
save_data.cpp Move the code for downloading waveform data into a separate thread 2016-10-09 16:59:15 +02:00
save_data_thread.cpp Added two new files which were missing. 2016-10-10 18:57:14 +02:00
save_data_thread.h Added two new files which were missing. 2016-10-10 18:57:14 +02:00
screen_thread.cpp Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
screen_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02: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 Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
signalcurve.h Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
timer_handlers.cpp Bugfix: show frames per second. 2016-02-01 13:06:44 +01:00
tled.cpp
tled.h
tmc_dev.c Minor improvement. 2016-10-09 18:56:45 +02:00
tmc_dev.h
tmc_lan.c Bug fix. 2016-10-11 18:42:59 +02:00
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.