STP-iS1607 Series Turbomolecular Pump
SERIAL COMMUNICATION PROTOCOL
Examples: Network frame ID character and number in the multi-point connection
The transmission frame has a single block or multiple transmission blocks. Each transmission block
consists of a network frame ID character, a network frame number, a start control character, data
block number (3 digits), a message (up to 255 characters), an end control character and a checksum
(LRC). The following shows the transmission frame when the message transmission character string
is C
n
.
Transmission frame when a message is below 255 characters (n<=255):
"@" is used as a network frame ID character.
"Stx" and "Etx" are used as a start and an end character of the transmission frame, respectively.
Transmission frame when a message exceeds 255 characters (n = 255, m<=255, k = the number of
transmission blocks)
"@" is used as a network frame ID character.
"Stx" is a start character of each transmission block, and "Etb" is an end character of the
transmission block of a message of 255 characters.
"Etx" is used as an end character of the final transmission block (end character of the transmission
frame).