Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 5fa2303dc1 Add the usbtmc driver patch. 2015-05-30 16:38:54 +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
kernel Add the usbtmc driver patch. 2015-05-30 16:38:54 +02:00
LICENSE Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
README.md Update readme.md. 2015-05-30 15:03:00 +02:00
about_dialog.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
about_dialog.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
dsremote.pro Make "make install" work. 2015-05-30 14:40:20 +02:00
edflib.c Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
edflib.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
global.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
images.qrc Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
interface.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
main.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
mainwindow.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
mainwindow.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
readme_usbtmc_driver.txt Update readme.md. 2015-05-30 15:03:00 +02:00
save_data.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
signalcurve.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
signalcurve.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
timer_handlers.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
tled.cpp Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
tled.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
tmc_dev.c Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
tmc_dev.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
utils.c Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
utils.h Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02: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 readme_usbtcm_driver.txt file.