Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top