simp_protocol 0.2.0

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "simp_protocol"
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"] }
serialport = "4.5.0"
virtual-serialport = "=0.1.1"