You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I can't figure out how to handle a sequence of commands. I'm able to send the first one and read it's response data, but how can I send a second command and read it's response?
Hi @edmont! Had any success sending a second command? I'm managing to create a simple protocol, to send a big message from one device to another. The idea is to divide the message. In this case the slave must sent some info to signal that the first message was received allowing the master to send the second part.
We should have more documentation and examples around handling sequences of events that
parsers
doesn't quite cover.For example.
ready
byte or bytes before switching to a parser.firmata
OK
The text was updated successfully, but these errors were encountered: