Ruby robotic control

How can a person use Ruby to control a robot or some other robotic device?

+4
source share
1 answer

I think Arduino is becoming popular for creating electronic devices that can be controlled by computers. It seems you can use a gem called serialport ( http://playground.arduino.cc/interfacing/ruby ) to control it in Ruby.

+2
source

All Articles