Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz f97a71b47d LAN connection: fixed a bug that prevented to use IP numbers like "100".
GUI: never use native menubar in order to prevent the menubar from not showing up.
2015-11-22 10:31:29 +01:00
images
install
LICENSE
README.md
about_dialog.cpp
about_dialog.h
connection.cpp
connection.h
dsremote.pro
edflib.c
edflib.h
global.h LAN connection: fixed a bug that prevented to use IP numbers like "100". 2015-11-22 10:31:29 +01:00
images.qrc
interface.cpp Bugfix: sent wrong command for AC line triggering. 2015-11-08 19:00:29 +01:00
main.cpp
mainwindow.cpp LAN connection: fixed a bug that prevented to use IP numbers like "100". 2015-11-22 10:31:29 +01:00
mainwindow.h
mainwindow_constr.cpp LAN connection: fixed a bug that prevented to use IP numbers like "100". 2015-11-22 10:31:29 +01:00
notes.txt
readme_usbtmc_driver.txt
save_data.cpp
screen_thread.cpp
screen_thread.h
settings_dialog.cpp Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01:00
settings_dialog.h Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01:00
signalcurve.cpp Memory depth indicator: remove trailing zero's. 2015-11-10 10:47:33 +01:00
signalcurve.h
timer_handlers.cpp
tled.cpp
tled.h
tmc_dev.c
tmc_dev.h
tmc_lan.c
tmc_lan.h
utils.c Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01:00
utils.h Improve the IP-address entry in the settings dialog. 2015-11-14 12:12:19 +01: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.