Module: RubySerial

Defined in:
lib/rubyserial/version.rb,
lib/rubyserial.rb,
lib/rubyserial/osx_constants.rb,
lib/rubyserial/linux_constants.rb,
lib/rubyserial/windows_constants.rb

Overview

Copyright © 2014-2016 The Hybrid Group

Defined Under Namespace

Modules: Posix, Win32 Classes: Error

Constant Summary collapse

ON_WINDOWS =
RbConfig::CONFIG['host_os'] =~ /mswin|windows|mingw/i
ON_LINUX =
RbConfig::CONFIG['host_os'] =~ /linux/i
VERSION =
"0.6.0"