Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 797d3374d5 Work in progress. 2015-06-28 11:30:25 +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-06-28 11:30:25 +02:00
images.qrc
interface.cpp Work in progress. 2015-06-27 22:32:22 +02:00
main.cpp
mainwindow.cpp Work in progress. 2015-06-27 23:30:38 +02:00
mainwindow.h LAN support. 2015-06-27 16:42:01 +02:00
mainwindow_constr.cpp Work in progress. 2015-06-27 22:32:22 +02:00
notes.txt Work in progress. 2015-06-13 10:07:53 +02:00
readme_usbtmc_driver.txt Work in progress. 2015-06-06 13:02:35 +02:00
save_data.cpp Work in progress. 2015-06-27 22:32:22 +02:00
settings_dialog.cpp Work in progress. 2015-06-27 22:32:22 +02:00
settings_dialog.h Work in progress. 2015-06-27 22:32:22 +02:00
signalcurve.cpp Work in progress. 2015-06-27 22:32:22 +02:00
signalcurve.h Work in progress. 2015-06-27 11:04:41 +02:00
timer_handlers.cpp Work in progress. 2015-06-27 22:32:22 +02:00
tled.cpp
tled.h
tmc_dev.c Work in progress. 2015-06-27 19:37:06 +02:00
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-06-13 10:07:53 +02:00
utils.h Work in progress. 2015-06-03 17:41:19 +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 file readme_usbtcm_driver.txt and the file notes.txt.