Controll and view Rigol oscilloscope with DS Remote under Linux. I’m using a Rigol DS1202 with Ubuntu 20.10 (Groovy).
First install DS Remote:
sudo apt-get update sudo apt-get install g++ make git qtbase5-dev-tools qtbase5-dev qt5-default git clone https://gitlab.com/Teuniz/DSRemote.git cd DSRemote qmake make -j4 sudo make install
Now start DS Remote with command or use menue starter:
dsremote
First setup connection settings:
I’m using the LAN connection, but USB is also possible.

Example:

Xsarius
17 Apr. 2023Ubuntu 22.04 does not have qt5-default lib, try: qtbase5-dev qt5-qmake instead
Marcin
10 Dez. 2024I have a DS2302A and would be happy to exchange to have DSRemote work with this model.