Zak Fields

Results 12 comments of Zak Fields

I'm still looking into this... I'm setting up a repro environment. I've also been looking into #320 at the same time to see if there is some sort of relationship.

@darobs I've added you to this issue for a morning brainstorming session about the best resolution to this behavior. @kiranpradeep I have confirmed there is no relationship to #320 and...

@kiranpradeep After researching the behavior and discussion with the team, we have determined the behavior you are experiencing is by design. When `activation.type: "launch"` is specified, it is assumed the...

You are the consumer, so you ARE definitely using it correctly! 😄 In fact, you have identified a use case that we want to support, but we were having difficulty...

@kiranpradeep Great insight! Let me run it around the yard and get back to you. Cheers!

@dimitry-ishenko I have a good example of bi-directional analog communication on my project - [Remote Wiring](https://github.com/remote-wiring/remote-wiring/blob/master/src/FirmataDevice.cpp). I know it doesn't directly answer your question, but it's the best I could...

@dimitry-ishenko Have you looked at the new [FirmataMarshaller](https://github.com/firmata/arduino/blob/master/FirmataMarshaller.h) and [FirmataParser](https://github.com/firmata/arduino/blob/master/FirmataParser.h) breakout in the firmata/arduino repo. They are the logic used by StandardFirmata.ino to handle the majority of C++ messaging concerns.

@dimitry-ishenko > This is a host side implementation of the protocol for Arduino, right? No. It simply marshals calls into the Firmata protocol.