avr: increased COM buffer size to 24 bytes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user