robobuilder

Author: Jan Wedekind Copyright: 2011 License: GPL

Synopsis

This Ruby extension defines the class Robobuilder for communicating with a Robobuilder robot via serial port or Bluetooth serial.

Installation

To install this Ruby extension, use the following command:

$ sudo gem install robobuilder

Alternatively you can build and install the Ruby extension from source as follows:

$ rake
$ sudo rake install

Usage

Simply run Interactive Ruby:

$ irb

You can load the Ruby extension like this:

require 'rubygems'
require 'robobuilder'

See documentation of Robobuilder on how to use this Ruby extension.