Synchronous Idle (SYN) is the ASCII control character 22 (0x16), represented as ^V in caret notation. In EBCDIC the corresponding character is 50 (0x32). Synchronous Idle is used in synchronous serial communication systems[1] such as Teletype machines or IBM's Bisync protocol[2] to provide a signal from which synchronous correction may be achieved between data terminal equipment.

Because there is no START, STOP, or PARITY bits present in synchronous serial communication, it is necessary to establish character framing through recognition of consecutive SYN characters—typically three—at which point character sync can be assumed to begin with the first bit of the SYN characters and every seven bits thereafter. The SYN character has the bit pattern 00010110 (EBCDIC 00110010), which has the property that it is distinct from any bit-wise rotation of itself. This helps bit-alignment of sequences of synchronous idles.

Unicode has a character U+2416 SYMBOL FOR SYNCHRONOUS IDLE for visual representation.

See also

References

  1. Weik, Martin H. (2000). "Synchronous idle character". Computer Science and Communications Dictionary. p. 1710. doi:10.1007/1-4020-0613-6_18810. ISBN 978-0-7923-8425-0.
  2. "Bisync Protocol". Retrieved 2012-05-23.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.