4

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

Frank Schmitt
  • 30,195
  • 12
  • 73
  • 107
Aaron B
  • 461
  • 1
  • 5
  • 21

1 Answers1

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