Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzl/saleae-realtek-t-rx2
Analyzer Plugin to Saleae Logic for Realtek chip pair T/RX2
https://github.com/pzl/saleae-realtek-t-rx2
analyzer saleae saleae-logic
Last synced: 7 days ago
JSON representation
Analyzer Plugin to Saleae Logic for Realtek chip pair T/RX2
- Host: GitHub
- URL: https://github.com/pzl/saleae-realtek-t-rx2
- Owner: pzl
- Created: 2013-08-08T15:58:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T18:19:28.000Z (over 11 years ago)
- Last Synced: 2024-04-30T07:16:49.467Z (7 months ago)
- Topics: analyzer, saleae, saleae-logic
- Language: C++
- Size: 148 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
T/RX2 Logic Analyzer
================This plugin is for use in the [Saleae Logic](http://www.saleae.com/downloads) program to decode captured data from Realtek's TX2/RX2 chip pair, used in RC cars.
Installation
-----
To build the plugin, change to the plugin directory and run `python build_analyzer.py`. The `build_analyzer` file has been [modified]() from the provided build script from Saleae to accommodate an error building on 64-bit OS X. This plugin should build cross-platform, depending on python version.Once built (look for any errors in the build output), open Saleae Logic and Click
Options > Preferences > "Developer" Tab
The only option should be an area to specify a folder. Point this to the `release` folder in this plugin directory. If you already have a generic user-directory to collect plugins, copy `release/libTRX2Analyzer.dylib` to your folder. Other architectures may use other file extensions (Mac: dylib; Linux: so; Windows: dll).
Use
-----
After capturing data from The TX2's SO pin, or the receiving circuit / input on the RX2 (or simulating data), add the analyzer "Realtek T/RX2" and specify the channel used to capture this data. Also specify whether or not you are capturing transmitted or received data (TX2 or RX2 respectively).The plugin will then place a green "start" marker at the start of every header. A data bubble is placed above the command portion of the packet with the command number sent.
![analyzer](http://pzl.github.io/Saleae-Realtek-T-RX2/TRX2-analyzer.png)
As-is
------This software is not yet robust against packet errors, artifacts from button bouncing, different clock rates and more. It is, at best, beta-quality. It is provided as-is, with no guarantee of it's accuracy.