Sketchup library – RubySerial

tt_lib2

Rubyserial logo

De RubySerial library is geen plugin voor Sketchup, maar een library die wordt aangesproken door (diverse) plugins of sketchup zelf, met de library kan je gegevens schrijven naar een seriele poort.

Sketchup compatibiliteit: Alleen de gemodificeerde/aangepaste versie werkt op SketchUp 2014, SketchUp 2015

Ook benodigd: RubyFFI bibliotheek

Download RubySerial @ gemnasium.com

Installatie van Sketchup plugins/tools/libraries: Sketchup info


Informatie (ENG):

RubySerial is a simple Ruby gem for reading from and writing to serial ports.

Unlike other Ruby serial port implementations, it supports all of the most popular Ruby implementations (MRI, JRuby, & Rubinius) on the most popular operating systems (OSX, Linux, & Windows). And it does not require any native compilation thanks to using RubyFFI https://github.com/ffi/ffi.