000101100001011000010110... SYNC SYNC SYNC .... (00010110 = 16 Hex = Synchronous Idle --- See: ASCII table)
000101100001011000010110... Interpretation: 00010110"NULL frame"00010110"NULL frame"00010110...
The header data contains:
The text portion contains:
This situation will cause this error:
DLE SPEC
DLE DLE
The BISYNC frame using character stuffing has the following format:
SYN SYN DLE SOH 00010110 00010110 00010000 00000001 Header bytes .... DLE STX .... 00010000 00000010 Message bytes .... DLE ETX CRC bytes .... 00010000 00000011 cccccccc cccccccc
Header bytes: 00000001 00001111 Message bytes: 00010000 00000011 CRC code: 10101010 10101010
SYN SYN DLE SOH Header DLE STX 00010110 00010110 00010000 00000001 00000001 00001111 00010000 00000010 Message DLE ETX CRC bytes 00010000 00010000 00000011 00010000 00000011 10101010 10101010
Note: