Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz e0b264d229 Work in progress. 2015-06-27 21:31:56 +02:00
images
install
kernel
LICENSE
README.md
about_dialog.cpp
about_dialog.h
connection.cpp Work in progress. 2015-06-27 21:31:56 +02:00
connection.h LAN support. 2015-06-27 16:42:01 +02:00
dsremote.pro LAN support. 2015-06-27 16:42:01 +02:00
edflib.c
edflib.h
global.h Work in progress. 2015-06-27 21:31:56 +02:00
images.qrc
interface.cpp LAN support. 2015-06-27 16:42:01 +02:00
main.cpp
mainwindow.cpp LAN support. 2015-06-27 16:42:01 +02:00
mainwindow.h LAN support. 2015-06-27 16:42:01 +02:00
mainwindow_constr.cpp Work in progress. 2015-06-27 11:04:41 +02:00
notes.txt Work in progress. 2015-06-13 10:07:53 +02:00
readme_usbtmc_driver.txt
save_data.cpp Work in progress. 2015-06-27 11:04:41 +02:00
settings_dialog.cpp LAN support. 2015-06-27 16:42:01 +02:00
settings_dialog.h Work in progress. 2015-06-27 11:04:41 +02:00
signalcurve.cpp Work in progress. 2015-06-27 11:04:41 +02:00
signalcurve.h Work in progress. 2015-06-27 11:04:41 +02:00
timer_handlers.cpp Work in progress. 2015-06-27 11:04:41 +02:00
tled.cpp
tled.h
tmc_dev.c Work in progress. 2015-06-27 19:37:06 +02:00
tmc_dev.h
utils.c Work in progress. 2015-06-13 10:07:53 +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.