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
description = "simp_protocol is a simplistic protocol to communicate over serial ports. It supports ack, automated escaping and unescaping of special bytes and checksum error detection."
keywords = ["messaging", "uart", "serial"]
version = "0.2.0"
edition = "2021"
license = "MIT"
[dependencies]
[dev-dependencies]
clap = { version = "4.5.16", features = ["derive"] }