Chapter 8 Communication Function
8-49
z
Tail
Used in [Tail] type.
Possible characters as headers are 1 alphabet letter, 1 numeric number, or control characters as
below
Control character
Available Control Code
NUL(h00) STX(h02) ETX(h03) EOT(h04) ACK(h06) NAK(h15)
SOH(h01) ENQ(h05) BEL(h07) BS(h08) HT(h09) LF(h0A)
VT(h0B) FF(h0C) CR(h0D) SO(h0E) S1(h0F) DLE(h10)
DC1(h18) DC2(h12) DC3(h13) DC4(h14) SYN(h16) ETB(h17)
CAN(h18) EM(h19) SUB(h1A) ESC(h1B) FS(h1C) GS(h1D)
RS(h1E)
US(h1F)
Del(H7F)
Example 1) [NUL] , [ENQ] , [1] , [A] : Possible
Example 2) NUL, ENQ , [12] , [ABC] : impossible
-
It is allowed to be only 3 consecutive characters.
Example 1) [ENQ][STX][NUL] : Possible
Example 2) [A][NUL][ENQ][STX] : impossible
-
It’s possible to use BCC that can detect errors. BCC must be set as [BCC] to be used. To set BCC
contents, click “BCC Setting” button on the right side.
Ex5)
z
BCC setting: set BCC when it is needed.