-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
We should have more documentation and examples around handling sequences of events that parsers
doesn't quite cover.
For example.
- Waiting for a
ready
byte or bytes before switching to a parser. - Using serialport to implement simple protocols (eg, data encapsulation and command passing)
- Using serialport to implement more complex protocols like
firmata
- Modem commands that respond with an
OK
- Manage a queue of requests (writes) and expected response lengths. and send each request sequentially
edmont, arthurmoises and Cojonas