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
# Set default behavior to automatically normalize line endings to LF.
* text=auto eol=lf


# Specific file types to enforce LF line endings.
*.rs text eol=lf

*.toml text eol=lf

*.md text eol=lf

*.yml  text eol=lf

*.yaml text eol=lf

*.sh text eol=lf

*.cfg text eol=lf

*.json text eol=lf

*.lock text eol=lf

*.gitignore text eol=lf