shokai / arduino_firmata

Arduino Firmata protocol implementation on Ruby
http://shokai.github.io/arduino_firmata
MIT License
104 stars 23 forks source link

Speed up for newer Arduinos. #29

Closed odarriba closed 11 years ago

odarriba commented 11 years ago

If the Arduino is one of the latest (it's name matches with /(usbmodem/ACM/i ), the sleep times get shorter and the gem initializes new objects in less time (the connection to the Arduino is faster).

This solution comes from #28