How would a person use Ruby to control a robot or some other robotic device?
Asked
Active
Viewed 684 times
1 Answers
2
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.

sawa
- 165,429
- 45
- 277
- 381
-
Hey thanks man that's seems to look pretty great. And I believe that that's what I was looking for! – Aaron B Mar 28 '13 at 17:56