hardbap / firmata

A Ruby implementation of the Firmata protocol.
MIT License
42 stars 23 forks source link

Fix for Firmata 2.3 #16

Open phckopper opened 9 years ago

phckopper commented 9 years ago

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

phckopper commented 9 years ago

P.S.: Sometimes I need to press the reset button after starting my ruby app to the board connect.