Skip to content
/ SDS200A Public
forked from Rachus/SDS200A

A repository about the SDS 200A oscilloscope

License

Notifications You must be signed in to change notification settings

DinBan/SDS200A

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDS 200A

Here you can find an attempt of trying to reverse engineer the Softscope SDS 200A oscilloscope for Linux. This repository consists a first version of a driver, the tools we used to understand the usb transfers, and a documentation about what we already have or have not found out.

The driver already supports the following features:

  • Reset the device
  • Read eeprom data
  • Set relays
  • Set voltage offsets
  • Set tigger offsets
  • Acquire data

Driver

An incomplete driver implementation can be found in the lib directory. The source code should be documented very well. It can be used under the terms of the GPL. Additionally you can find a small documentation here.

Documentation

We offer the documentation of what we could figure out. It can be used under the terms of the GFDL. You can find more information about this device at other places.

We provide the following documents:

Tools

The tools directory contains tools we wrote for reverse engineering. A short description for every tool can be found here. You may use them under the terms of the GPL, too.

About

A repository about the SDS 200A oscilloscope

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Makefile 1.0%