StandardFirmataPlus is a variant of Firmata (for Arduinos, at least in this case) which includes extra features which require a more powerful Arduino than the basic StandardFirmata.
I'd like to try porting in the Webjack changes from the StandardFirmataWebJack.ino which Richard prepared:
https://github.com/publiclab/webjack-firmata/blob/master/sketches/StandardFirmataWebJack/StandardFirmataWebJack.ino
...into the "Plus" version, to get access to things like serialWrite (which I've included in this new demo: https://publiclab.github.io/webjack-firmata/example/serial/)
@rmeister - can you link to the version of StandardFirmataWebJack.ino that this was based on, so we can look at the diffs and try to port over the changes you made to get it working with WebJack?
Thanks!
StandardFirmataPlus is a variant of Firmata (for Arduinos, at least in this case) which includes extra features which require a more powerful Arduino than the basic StandardFirmata.
I'd like to try porting in the Webjack changes from the StandardFirmataWebJack.ino which Richard prepared:
https://github.com/publiclab/webjack-firmata/blob/master/sketches/StandardFirmataWebJack/StandardFirmataWebJack.ino
...into the "Plus" version, to get access to things like serialWrite (which I've included in this new demo: https://publiclab.github.io/webjack-firmata/example/serial/)
@rmeister - can you link to the version of StandardFirmataWebJack.ino that this was based on, so we can look at the diffs and try to port over the changes you made to get it working with WebJack?
Thanks!