ConfigurableFirmata 2.8.0
This release adds the ability to interface with Serial devices as well as the ability to set the value of an individual digital pin (see set digital pin value). The ability to use servos on pins higher than 15 has also been fixed in this release.
To install:
- If you are using Arduino version 1.6.4 or higher go to
Sketch > Include Library > Manage Libraries
and then search for "ConfigurableFirmata" and click on Install after tapping on the ConfigurableFirmata item in the filtered results. - If you are using an older version of Arduino, download or clone ConfigurableFirmata to your Arduino sketchbook library. This is typically
/Documents/Arduino/libraries/
on Mac or Linux or\My Documents\Arduino\libraries\
on Windows.