Appendix A. Modbus ProtocolMS300
783
(7, O, 1)
Odd
parity
Start
bit
0 1 2 3 4
5
6
Stop
bit
7-data bits
10-bits character frame
11-bit character frame (For RTU):
(8, N, 2)
Start
bit
0
1 2
3 4 5 6
Stop
bit
8-data bits
11-bits character frame
Stop
bit
7
Start
bit
0
1 2
3 4 5 6
Stop
bit
8-data bits
11-bits character frame
7
Even
parity
Start
bit
0 1
2
3 4 5 6
Stop
bit
8-data bits
11-bits character frame
7
Odd
parity
A-3 Communication Protocol
1. Communication data frame
ASCII mode:
Start character = ‘:’ (3AH)
Communication address:
one 8-bit address consists of 2 ASCII codes
Command code:
one 8-bit command consists of 2 ASCII codes
Contents of data:
n x 8-bit data consists of 2n ASCII codes
n ≤ 16, maximum of 32 ASCII codes (20 sets of data)
LRC checksum:
one 8-bit checksum consists of 2 ASCII codes
End characters:
END1= CR (0DH), END0= LF(0AH)