El byte de estado se construye con los valores binarios de las indicaciones del visor
(tara, cero, bruto/neto, y estabilidad). Al resultado se le suma 20h para asegurar
que el resultado sea imprimible.
Bit 0 (01h)
Bit 1 (02h)
Bit 2
Bit 3 (08h)
Bit 4
Bit 5
Bit 6 (40h)
Bit 7
Bit 7
Bit 6
N/A
Estabilidad
Ejemplos:
El byte de estado es 61h ('a')
61h – 20h = 41h è
Bit 7
Bit 6
(estable)
0
1
El byte de estado es 69h ('i')
69h – 20h = 49h è
Bit 7
Bit 6
(estable)
0
1
El valor transmitido es el peso bruto.
Hay una tara activada.
No utilizado, siempre 0
El indicador está a cero.
No utilizado, siempre 0
No utilizado, siempre 0
El peso es estable.
No utilizado, siempre 0
Bit 5
N/A
Bit 5
Bit 4
0
0
Bit 5
Bit 4
0
0
Bit 4
Bit 3
N/A
Cero
Bit 3
(no
cero)
0
Bit 3
(cero)
1
Bit 2
Bit 1
N/A
Tara
Bit 2
Bit 1
(Tara
off)
0
0
Bit 2
Bit 1
(Tara
off)
0
0
Bit 0
B / N
Bit 0
(Bruto)
1
Bit 0
(Bruto)
1
35