Skip to content

Best practices for sequences of events #811

@reconbot

Description

@reconbot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions