SDS-Remote is a remote control interface and help center for Siglent SDS 1000X-E series oscilloscopes. It provides a modern graphical user interface (GUI) for instrument control, waveform acquisition, screen capture, data logging, and interaction through an integrated AI-powered chat interface. SDS-Remote runs on Linux and Windows.
Note: This application is not affiliated with Siglent or any other commercial entity.
SDS-Remote enables remote control and AI-enhanced operation of Siglent SDS1202X-E, SDS1104X-E, SDS1204X-E, and SDS1102X-E oscilloscopes from Linux and Windows.
- Remote Oscilloscope Control: Control supported oscilloscopes remotely over a network using the VXI-11 protocol or through USB connectivity (USB support is currently experimental).
- Waveform Acquisition & Data Export: Capture and display waveform data from enabled channels. Save screen captures as images and export waveform data as CSV files.
- Device Parameter Monitoring: View real-time parameters such as timebase, sample rate, and voltage settings. Cursor-based measurements are supported.
- Data Logging: Log key data points over a period of time. Generate PDF measurement reports containing charts and key metrics, or export all recorded measurement points as CSV files.
Acquire and visualize waveform data. Perform advanced measurements using X/Y cursors and zoom controls for detailed waveform analysis. Export waveform data as image files or CSV datasets.
Acquire and display oscilloscope screenshots in real time. Control your oscilloscope remotely using a virtual front panel.
Send commands and query oscilloscope functionality using natural-language prompts.
Save and restore oscilloscope configurations using local .lss profile files.
Log key measurement data over configurable durations ranging from 1 minute to 24 hours. Measure frequency drift and peak-to-peak voltage variations and generate reports with a detailed diagram, start/end and min/max values. All data points can also be saved in a separate csv file.
To install the precompiled Debian .deb package on Debian-based Linux distributions (for example Ubuntu 24.04 or newer), download the latest package from the Releases page and run the following command in your terminal:
sudo apt install ./sdsremote_[version]_amd64.debAlternatively, double-click the .deb file and follow the installation instructions.
Once installed, you can launch the application from your desktop environment's application menu.
For Windows installation, use the MSI installer: sdsremote_[version].exe
If you prefer to build SDS-Remote from source, you will need to install the Flutter SDK and its dependencies.
Choose the instructions for your target platform.
-
Install Dependencies: Ensure the required development tools are installed:
sudo apt install curl git unzip cmake ninja-build pkg-config libgtk-3-dev
-
Download Flutter: Download the Flutter SDK from the official Flutter Linux installation guide.
-
Extract and Add to PATH: Extract the archive and add the
flutter/bindirectory to your systemPATH. -
Verify Installation: Run
flutter doctorin your terminal to verify that all dependencies are installed and the environment is configured correctly.
-
Install Dependencies: Ensure the following components are installed:
- Git for Windows
- Visual Studio 2022 with the Desktop development with C++ workload
-
Download Flutter: Download the Flutter SDK from the official Flutter Windows installation guide.
-
Extract and Add to PATH: Extract the archive and add the
flutter\bindirectory to your systemPATH. -
Verify Installation: Run
flutter doctorin a command prompt to verify that all dependencies are installed and the environment is configured correctly.
-
Clone the Repository (if not already cloned):
git clone https://github.com/klumw/sdsremote.git cd sdsremote -
Install Packages:
flutter pub get
-
Build the Linux Application:
flutter build linux
The compiled executable will be located in the
build/linux/x64/release/bundle/directory. -
Build the Windows Application:
flutter build windows
The compiled executable will be located in the
build/windows/x64/runner/Release/directory.To run the executable, ensure that the associated DLLs and the data directory are located in the same folder.
For USB support on Windows, place libusb.dll from the libusb project in the same directory as the SDS-Remote executable.
Multiple DLL versions are available in the download package. Select the DLL located under /VS2025/MS64-hotplug.
Next, verify or install the WinUSB driver for your device:
- Download the Zadig driver tool.
- Connect your device.
- In Zadig, enable Options → List All Devices.
- Select your device and install the WinUSB driver if it is not already installed.
Note: If you are using a VISA-based application in parallel, it may no longer detect the device after switching to the WinUSB driver.
Some Siglent USB firmware versions are not fully USB compliant. Perform the following compatibility check:
-
Connect your device to a USB port.
-
Run the following command:
sudo dmesg
-
If you see messages similar to the following:
config 1 interface 0 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 usb 1-4: config 1 interface 0 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64
then the device USB firmware is not fully compliant with the USB standard, and some SDS-Remote functionality, such as profile upload, may not work correctly under Linux.
You can run the built executable directly or start the application in debug/development mode.
flutter run -d linuxflutter run -d windowsThe AI chat feature supports the following providers:
| Provider |
|---|
| DeepSeek |
| OpenAI |
| Anthropic |
| Mistral |
| Cohere |
| EdenAI |
| OpenRouter |
| xAI |
The following LLMs are known to work with the application:
deepseek-v4-flash, gpt-4o, gpt-5.5, gemini-3.5-flash, claude-haiku, claude-4.7
For exact model names, refer to your provider's documentation.
The AI subsystem may generate inaccurate information or incorrect operating instructions. Use this functionality at your own risk.
This software is released under the terms and conditions of the Apache 2.0 License.
- Review the in-app help manual for troubleshooting guidance.
- Check the application logs at:
- Linux:
/tmp/sds/logging/sds.log - Windows:
%TEMP%\sds\logging\sds.log
- Linux:
- Submit issues or feature requests through the SDS-Remote GitHub Issues page.




