Consistent Overhead Byte Stuffing: Difference between revisions

Content deleted Content added
Undid revision 772334307 by 173.11.86.22 (talk) Same reason as for the other undo. Wrong.
Encoding examples: Fixed example 6. There is an additional overhead byte introduced by the normal COBS. This can be dropped with optimization but not by default.
Line 59:
| 5 || <span style="font-family:monospace">11 00 00 00</span> || <span style="font-family:monospace">{{red|02}} '''11''' {{green|01 01 01}} {{blue|00}}</span>
|-
| 6 || <span style="font-family:monospace">01 02 ... FE</span> || <span style="font-family:monospace">{{red|FF}} '''01 02 ... FE''' {{red|01}} {{blue|00}}</span>
|}
Below is a diagram using example 3 from above table, to illustrate how each modified data byte is located, and how it is identified as a data byte or an end of frame byte.<pre>