Modo ASCII:
Cada dato de 8 bits es la combinación de dos caracteres ASCII. Por ejemplo, un dato de
1 byte: 64 Hex, mostrado como '64' en ASCII, consiste de '6' (36Hex) y '4' (34Hex).
Cáracter
Código ASCII
Cáracter
Código ASCII
Modo RTU:
Cada dato de 8 bits es una combinación de dos caracteres hexadecimales de 4 bits. Por
ejemplo, 64 Hex.
2. Formato de los datos
Para ASCII:
( 7.N.2)
Start
( 7.E.1)
Start
( 7.O.1)
Start
Revisión abril 2008, 1ELE, V1.02
'0'
30H
31H
'8'
38H
39H
0
1
2
bit
7-bit character
10-bit character frame
0
1
2
bit
7-bit character
10-bit character frame
0
1
2
bit
7-bit character
10-bit character frame
'1'
'2'
'3'
32H
33H
'9'
'A'
'B'
41H
42H
5
3
4
3
4
5
3
4
5
Capítulo 4 Parámetros|
'4'
'5'
'6'
34H
35H
36H
'C'
'D'
'E'
43H
44H
45H
Stop
Stop
6
bit
bit
Even
Stop
6
parity
bit
Odd
Stop
6
parity
bit
'7'
37H
'F'
46H
4-99