AH500 Programming Manual 
6-412 
STX   
‘:’  The start-of-text character is ‘:’ (16#3A). 
The 8-bit address is composed of two ASCII codes. 
The 8-bit function code is composed of two ASCII codes. 
DATA (n-1) 
……. 
DATA 0 
Data: The n×8-bit data is composed of 2n ASCII codes. 
The 8-bit check code is composed of two ASCII codes. 
END Hi=CR(16#0D), END Lo=LF(16#0A) 
END Lo 
LF 
2.  LRC check code: The values starting from the communication address to the data are added 
up. The two’s complement of the sum gotten is the LRC check code. 
Example: 
16#01+16#03+16#21+16#02+16#00+16#02=16#29 
The two’s complement of 16#29 is 16#D7.