Install ruby with the one click installer:
http://rubyinstaller.org/
Then install the DevKit for ruby
http://rubyinstaller.org/add-ons/devkit/
http://github.com/oneclick/rubyinstaller/wiki/Development-Kit
run these commands in the directory in which DevKit has been extracted:
ruby dk.rb
initruby dk.rb install
The rmodbus lib is located the
http://rmodbus.heroku.com/
http://github.com/flipback/RModBus
Installation is however quite simple:
gem install rmodbus
No comments:
Post a Comment