Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 0b09566ec2 Work in progress. 2015-06-09 13:21:00 +02:00
images
install
kernel
LICENSE
README.md
about_dialog.cpp
about_dialog.h
dsremote.pro
edflib.c
edflib.h
global.h
images.qrc
interface.cpp
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow_constr.cpp
notes.txt
readme_usbtmc_driver.txt
save_data.cpp
settings_dialog.cpp
settings_dialog.h
signalcurve.cpp Work in progress. 2015-06-09 13:21:00 +02:00
signalcurve.h
timer_handlers.cpp Work in progress. 2015-06-09 13:21:00 +02:00
tled.cpp
tled.h
tmc_dev.c
tmc_dev.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.