Giter VIP home page Giter VIP logo

tds3012b's Introduction

README

Introduction

This is about a script I use to gather and decode serial data from my Tektronix TDS2014B (two channel) Digital Oscilloscope. The oscilloscope is connected to gather TWI, SPI or RS232 data and the script acquires and decodes to a human readable format.

The output provided is:

  • ASCII decode on command line
  • CSV file to check on Excel or any other compatible tool
  • Recently added VCD format to use with GTKWave

This is a command line tool, without any GUI. Use GTKWave for display waveforms. Originally placed on BitBucket as a Mercurial Repo, now converted to git.

CodeProject Article

github_serdecode

What is this repository for?

Quick Summary

This is the development repository of the script with all sources needed to run or modify the tool. In addition the modules of this script were developed with TDD methodology.

Version

Check repo for latest version

Tutorials

NA Yet

How do I get set up?

  • Prerequisites
  • Summary of set up

See Dependencies below.

Go ahead and try:

$ git clone [email protected]:0caliber/tds3012b.git

This will clone this repository to tds3012 folder in your system.

Running The Script

Example Command Line Executions:

RS232:

capture.py -b RS232 -l TTL -a 115200 -I CaptureRS232_LVCMOS.csv -n 0

TWI:

capture.py -v -b I2C -I CaptureI2C.csv

SPI:

capture.py -b SPI -l LVCMOS -s 0 --visa -I TCPIP::192.168.2.19::INSTR

The first two examples use an already captured file, while the last command shows an example of direct instrument acquisition.

Dependencies:

You will need the following to be able to run the script.

License: This code is licensed under the MIT License. See License file.

Contribution guidelines

  • Proposing functionality
  • Pull back improvements
  • Report issues

Who do I talk to?

tds3012b's People

Contributors

0caliber avatar grilialex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gatodillo

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.