Giter Club home page Giter Club logo

saleae-csv2text's Introduction

csv2text for saleae logic

There are a number of ways to export data using the Saleae Logic https://www.saleae.com/. They have an article about it here.

The two programs provided will produce the text representation of the exported data, depending on how you have exported it. Output will be shown on stdout/console.

saleae-csv2text

The code will parse csv data in ASCII only format that is exported via Analyzers->Async Serial->Export as text/csv file

File format:
Time [s],Value,Parity Error,Framing Error  
0.062163420000000,b,, 

saleae-csv2text-decoded-protocols

The code will parse csv data in ASCII only format that is exported via Decoded Protocols->Export search results

File format:
Time [s], Analyzer Name, Decoded Protocol Result 
0.062163420000000,Async Serial,b 

Replacements:

  • The following replacements happen:

      string.replace("' '",' ')
      string.replace('\\n','\n')
      string.replace('\\r','\r')
      string.replace('\\t','\t')
      string.replace('COMMA',',')
    

Known issues:

  • Saleae Logic will export hex values as strings (e.g., '1' for 0x01) so keep this in mind if you find such items.

Python 3.7

saleae-csv2text's People

Contributors

kxynos avatar

Watchers

 avatar

Forkers

minkione

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.