Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 00f255f5eb Work in progress. 2015-07-15 19:31:04 +02:00
images
install
kernel
LICENSE
README.md
about_dialog.cpp
about_dialog.h
connection.cpp Work in progress. 2015-06-28 11:30:25 +02:00
connection.h Work in progress. 2015-06-28 11:30:25 +02:00
dsremote.pro Work in progress. 2015-06-28 11:30:25 +02:00
edflib.c
edflib.h
global.h Work in progress. 2015-07-15 19:31:04 +02:00
images.qrc
interface.cpp Work in progress. 2015-07-04 11:10:18 +02:00
main.cpp
mainwindow.cpp Work in progress. 2015-07-15 19:27:56 +02:00
mainwindow.h Fix settings menu in Unity (Ubuntu). 2015-07-10 09:42:59 +02:00
mainwindow_constr.cpp Fix settings menu in Unity (Ubuntu). 2015-07-10 09:42:59 +02:00
notes.txt
readme_usbtmc_driver.txt
save_data.cpp
settings_dialog.cpp
settings_dialog.h
signalcurve.cpp Work in progress. 2015-07-14 19:07:00 +02:00
signalcurve.h
timer_handlers.cpp Work in progress. 2015-07-07 16:34:15 +02:00
tled.cpp
tled.h
tmc_dev.c
tmc_dev.h
tmc_lan.cpp Work in progress. 2015-06-28 11:30:25 +02:00
tmc_lan.h Work in progress. 2015-06-28 11:30:25 +02:00
utils.c Work in progress. 2015-07-14 19:07:00 +02:00
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.