Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz 0f54ae93e4 Work in progress. 2016-11-22 21:06:24 +01:00
images Work in progress. 2016-11-22 21:06:24 +01:00
install Work in progress. 2016-11-22 21:06:24 +01:00
third_party/kiss_fft Start to implement FFT. 2016-01-04 14:20:26 +01:00
LICENSE Basic functions working with DS6000 series. 2015-05-30 14:00:32 +02:00
README.md Work in progress. 2015-06-02 17:16:36 +02:00
about_dialog.cpp Updated copyright info. 2016-10-09 17:51:49 +02:00
about_dialog.h Update copyright. 2016-01-02 16:55:54 +01:00
connection.cpp Update copyright. 2016-01-02 16:55:54 +01:00
connection.h Update copyright. 2016-01-02 16:55:54 +01:00
decode_dialog.cpp Work in progress. 2016-11-13 11:04:02 +01:00
decode_dialog.h Work in progress. 2016-11-13 11:04:02 +01:00
dsremote.pro Work in progress. 2016-11-22 21:06:24 +01:00
edflib.c Solved a bug that could cause to save the waveform data with a wrong samplefrequency. 2016-02-08 11:48:53 +01:00
edflib.h Solved a bug that could cause to save the waveform data with a wrong samplefrequency. 2016-02-08 11:48:53 +01:00
global.h Work in progress. 2016-11-22 21:06:24 +01:00
images.qrc Work in progress. 2016-11-22 21:06:24 +01:00
interface.cpp Start to begin to implement serial decoding. Not finished yet, it's a work in progress. 2016-11-05 15:05:08 +01:00
lan_connect_thread.cpp Bugfix: sometimes it would not connect via LAN and timed out after 20 seconds. 2016-10-16 09:38:30 +02:00
lan_connect_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp Work in progress. 2016-11-22 21:06:24 +01:00
mainwindow.h Work in progress. 2016-11-22 21:06:24 +01:00
mainwindow_constr.cpp Work in progress. 2016-11-22 21:06:24 +01:00
notes.txt Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
read_settings_thread.cpp Work in progress. 2016-11-13 11:04:02 +01:00
read_settings_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
readme_usbtmc_driver.txt Work in progress. 2015-06-06 13:02:35 +02:00
save_data.cpp Move the code for saving waveform data into a separate thread 2016-10-31 11:07:32 +01:00
save_data_thread.cpp Move the code for saving waveform data into a separate thread 2016-10-31 11:07:32 +01:00
save_data_thread.h Move the code for saving waveform data into a separate thread 2016-10-31 11:07:32 +01:00
screen_thread.cpp Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
screen_thread.h Move the LAN connection and the read device settings part into separate threads 2016-10-02 20:22:48 +02:00
serial_decoder.cpp Work in progress. 2016-11-22 21:06:24 +01:00
settings_dialog.cpp Bugfix: show frames per second. 2016-02-01 13:06:44 +01:00
settings_dialog.h Added the possibility to show the number of waveform updates per second (fps). 2016-01-30 17:26:28 +01:00
signalcurve.cpp Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
signalcurve.h Move also the trace when dragging the vertical position arrow up or down with the mouse. 2016-09-17 15:00:01 +02:00
timer_handlers.cpp Bugfix: show frames per second. 2016-02-01 13:06:44 +01:00
tled.cpp Update copyright. 2016-01-02 16:55:54 +01:00
tled.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_dev.c Minor improvement. 2016-10-09 18:56:45 +02:00
tmc_dev.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_lan.c Bugfix: sometimes it would not connect via LAN and timed out after 20 seconds. 2016-10-16 09:38:30 +02:00
tmc_lan.h Update copyright. 2016-01-02 16:55:54 +01:00
utils.c Work in progress. 2016-01-12 16:56:25 +01:00
utils.h Work in progress. 2016-01-08 21:36:30 +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.