GithubHelp home page GithubHelp logo

kolki1973 / rigol-linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ralfstx/rigol-linux

0.0 1.0 0.0 141 KB

A tool for controlling RIGOL oscilloscopes from linux

License: GNU General Public License v3.0

Makefile 4.03% C 95.97%

rigol-linux's Introduction

Linux CLI For Rigol DS1000E(D) Oscilloscopes

A command-line interface tool for Rigol digital oscilloscopes. Works with DS1000E(D) series, may also work with other models.

Based on work by Mark Whitis and Jiri Pittner.

Kernel module

USB Communication with the Rigol scope uses the usbtmc kernel module. However, the Rigol firmware uses the USBTMC protocol in a non-standard way (it sends large amounts of data in a singe transaction instead of 1024 chunks), which required a modification in this kernel module. This modification is part of linux 3.11.

For earlier versions, a patched version of the usbtmc kernel module must be installed in order to communicate with Rigol equipment, otherwise the scope's firmware will crash. I currently use this version with a 3.5.0 kernel.

Commands

Commands are documented in the DS1000E(D) Series Programming Guide.

Examples:

*RST
:AUTO
:TRIG:MODE EDGE
:ACQ:MEMD LONG
:CHAN1:MEMD?
:TIM:SCAL 0.0001
:ACQ:SAMP?
:CHAN1:SCAL 1.
:RUN
:STOP
:WAV:POINTS:MODE RAW
:WAV:DATA? CHAN1

License

  • Copyright (C) 2010 Mark Whitis
  • Copyright (C) 2012 Jiri Pittner
  • Copyright (C) 2013 Ralf Sternberg

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see [http://www.gnu.org/licenses/].

rigol-linux's People

Contributors

ralfstx avatar untaugh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.