sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k stars 55 forks source link

Does Support Bit Stuffing or Byte Stuffing to Handle Stop Bit Conflicts? #506

Open zhang-wenchao opened 21 hours ago

zhang-wenchao commented 21 hours ago

If data contains a sequence identical to the stop bit, techniques like bit stuffing or byte stuffing are used to avoid misinterpretation by the receiver.

wcampbell0x2a commented 15 hours ago

Could you provide an example?