236
Modbus-ASCII data structure
ASCII mode:
For Modbus ASCII(American Standard Code for Information Interchange)mode in serial
links, every 8-bit byte is sent as two ASCII characters. When communication links and
devices do not fit RTU mode timing monitor, we usually use the ASCII mode.
Note:One byte needs two characters, so ASCII mode has lower inefficiency than RTU
mode.
E.g.: Byte 0X5B will be encoded as two characters: 0x35 and 0x42(ASCII code 0x35
="5", 0x42 ="B" ).
ASCII mode frame check domain:Longitudinal Redundancy Checking (LRC)
ASCII mode frame description:
2. Communication address:
00H:All Xinje XC series PLC broadcast—— slave stations do not response.
01H:Communicate with address 01H PLC.
0FH:Communicate with address 15H PLC.
10H:Communicate with address 16H PLC.
And so on, up to 254(FEH).
3. Function and DATA: