Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norbertkiszka/dsremote_dho800_dho900
DSRemote ported to work with Rigol DHO800 and DHO900 series (experimental)
https://github.com/norbertkiszka/dsremote_dho800_dho900
Last synced: about 2 months ago
JSON representation
DSRemote ported to work with Rigol DHO800 and DHO900 series (experimental)
- Host: GitHub
- URL: https://github.com/norbertkiszka/dsremote_dho800_dho900
- Owner: norbertkiszka
- License: gpl-3.0
- Created: 2024-08-04T13:24:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:54:10.000Z (5 months ago)
- Last Synced: 2024-08-04T15:35:13.965Z (5 months ago)
- Language: C++
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
!!! Original README from source repository !!!
# DSRemote
Operate your Rigol oscilloscope from your Linux desktop.
========================================================webpage and info: https://www.teuniz.net/DSRemote/
Compiling and installing on Ubuntu Linux and derivatives:
---------------------------------------------------------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
dsremoteFor USB connection setup use the following commands:
----------------------------------------------------sudo groupadd usbtmc
sudo usermod -a -G usbtmc
rebootNow you can run the program by typing: dsremote
(USB connection does not work on modern USB host controllers thanks to
a bug in the scopes' firmware that Rigol does not want to fix.)Read also the file readme_usbtcm_driver.txt
and the file notes.txt.Supported devices
---------------DS6000 and DS1000Z series oscilloscopes.
### MSO4000/DS4000 series
There is some basic support like capturing screenshots.
Not tested yet:
* Record & Playback function
* Wave Inspector
* serial decoding.Note:
This is a private project made available to the public. No pullrequests!
If you believe you found a bug or want to add some feature, open an issue on Gitlab or send me an email.
In case you want to add some code, send me a diff, no pull requests, they will be ignored.
Also, all requests regarding to support other platforms and/or other tools will be ignored.
Again, this a Linux & GCC & Make project. That means no Mac/windows/Clang/CMake etc.