Project

rbuspirate

0.0
No commit activity in last 3 years
No release in over 3 years
Simple buspirate ruby interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.12
~> 13.0

Runtime

 Project Readme

Rbuspirate

Better ruby driver for buspirate

Installation

Add this line to your application's Gemfile:

gem 'rbuspirate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbuspirate

Usage

See examples/ dir

Status

I2C: Full support
UART: Basic support (only bridge mode, no custom speed)
1WIRE: Full support
Windows not supported, contributions are welcomed

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sh7d/rbuspirate.

Todo

  • Documentation
  • Full uart support
  • SPI
  • Other protocols