Using Rigol oscilloscope under Linux

Using Rigol oscilloscope under Linux

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:

This Post Has 2 Comments

  1. Ubuntu 22.04 does not have qt5-default lib, try: qtbase5-dev qt5-qmake instead

  2. I have a DS2302A and would be happy to exchange to have DSRemote work with this model.

Antworte auf den Kommentar von Marcin Antwort abbrechen

eMail-Benachrichtigung bei weiteren Kommentaren.
Auch möglich: Abo ohne Kommentar.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre, wie deine Kommentardaten verarbeitet werden.