avr: started reworking COM module.
- sending and receiving now basically works again, but too often the read buffer is in use when trying to receive a message.
This commit is contained in:
@@ -197,8 +197,7 @@ Offset Length Meaning
|
||||
4 4 UID of the sending node
|
||||
8 2 packets out
|
||||
10 2 collisions
|
||||
12 2 aborted
|
||||
14 2 no buffer errors
|
||||
12 2 line busy errors
|
||||
|
||||
|
||||
|
||||
@@ -214,11 +213,9 @@ Offset Length Meaning
|
||||
---------------------------------------------------------
|
||||
4 4 UID of the sending node
|
||||
8 2 packets in
|
||||
10 2 crc errors
|
||||
10 2 content errors (invalid msg length, CRC errors)
|
||||
12 2 io errors
|
||||
14 2 no buffer errors
|
||||
16 2 handled packets
|
||||
18 2 missed
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user