hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

Crashes on Windows + Ruby 1.9 #9

Closed hparra closed 14 years ago

atimin commented 14 years ago

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>'
atimin commented 14 years ago

Bug fixed. See my fork http://github.com/flipback/ruby-serialport!!

hparra commented 14 years ago

Fixed Windows 1.9 bug. Closed by 964a36f79f0f2a77ff81bdf3bfe0ad4c3336233b.