firmata
firmata copied to clipboard
A Ruby implementation of the Firmata protocol.
Installing firmata fails using `ruby-2.2.2` due to old version of serialport, so this PR fixes that issue. Test results: ``` # Running: .................. Fabulous run in 0.006417s, 2804.8336 runs/s, 2493.1854...
0x79 is part of the SYSEX commands, so it needs to be sent with the START_SYSEX and END_SYSEX bytes. Tested on Elementary OS and working with StandardFirmata 2.3
I saw the the serialport support ruby 2.2.0 in gem version 1.3.1 but firmdata still depend on 1.1.x Do you have plan to update the dependency of serialport?
Here's my setup: - Mac (v10.8.2) - Arduino Leonardo with Firmata 2.3.2 (tried with 2.3.3, 2.3.4 and 2.3.5 too) **NOTE**: I tried to downgrade to 2.2 (as suggested in the...
[This is from an email from Steven Morss] When I was looking over the Firmata servo code, I noticed there's a SERVO_CONFIG message that allows you to set the max...
I didn't see a way to set the Firmata analog sampling Rate. Look in the Firmata code for SAMPLING_INTERVAL (0x7a) to see how it works.