Ruby Serial Library for communicating with a monome
samaaron/monome_serial
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
MonomeSerial A library for direct communication with a monome device via a serial connection. Note: - This library has only been tested on OS X - any patches (with accompanying specs) for other OSs are welcome. - The library is also currently hardcoded to run against Ruby 1.9.1. If this is an issue for you, and you are willing to submit specced patches for other interpreters then these are also welcome. Dependencies: - Ruby 1.9.1 - activesupport - fcntl Quickstart ========== Install the gem: gem install monome_serial At the time of publication, I didn't find that the termios gem (arika-ruby-termios) compiled correctly. I ended up having to pull a zip of the project from Github and installing it manually (follow the Readme). To see if it works for you try requiring 'termios' in irb... Make sure you have the ftdi drivers installed for your OS Plug in your monome Try the example toggle app: ruby examples/toggler.rb
About
Ruby Serial Library for communicating with a monome
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published