avr: increased COM buffer size to 24 bytes.

This commit is contained in:
Martin Preuss
2023-04-05 23:38:09 +02:00
parent dc19b84fba
commit 604a85d54b
2 changed files with 14 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
General Message Format
======================
Currently messages can maximally use 14 bytes for data because:
- maximum buffer size if 16 bytes
Currently messages can maximally use 22 bytes for data because:
- maximum buffer size if 24 bytes
- the internal buffer needs an additional flags byte
- a message contains a checksum byte
@@ -116,7 +116,7 @@ Offset Length Meaning
3 1 source address
---------------------------------------------------------
4 2 message number
6 n up to 4 words to write at given address
6 n up to 8 words to write at given address