hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports

Home Page:http://rubygems.org/gems/serialport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashes on Windows + Ruby 1.9

hparra opened this issue · comments

seriaolport-1.0.0rc1 has compiled on Windows with Ruby 1.9. But it throws exception when importing:

irb(main):008:0> require 'serialport'
LoadError: 127: The specified procedure could not be found.   -
Init_serialport 
C:/Users/flipback/Developing/ruby-serialport/serialport.so
from (irb):1:in `require'
from (irb):1
from C:/Ruby19/bin/irb:12:in `<main>'

Fixed Windows 1.9 bug. Closed by 964a36f.