Git Product home page Git Product logo

pyusbee's Introduction

pyusbee

Python tool interfacing the USBEE DX pod on Windows

prerequisites

Python for windows must be installed: the 32 bit version is mandatory, otherwise the DLL can not be loaded correctly The USBEE drivers must be installed. I have copied all the installation files in the appropriate directory, I do not know which one exactly is necessary.

description

This tool captures the data from the USB DX pod and stores it into a VCD file that can be specified at the command line.

If the VCD file is not specified, it will create a shared memory to write the vcd data in a format that can be read out by GTKWave. This allows viewing the USBEE DX data into the waveform viewer without any limit in time.

Furthermore the tool has an interactive command line interface to allow interacting with the pod: start, stop, create trigger options etc...

how to start it

I usually start it from the cygwin command line (for command completion etc..) but it can easily be done from the windows command shell.

To start a capture in a file: /cygdrive/c/Python27/python pyusbee.py 5452 capture.vcd

To start a capture in SHM for use with GTKWave: /cygdrive/c/Python27/python pyusbee.py 5452

and to launch GTKWave in another terminal to display the content of the shared memory: <path_to_gtkwave_bin>/gtkwave -I 5452

pyusbee's People

Contributors

louiscaron avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.