Serial Port Format: The A format reports a single speed (peak or roll-down),
and the bE format reports both.
A Format
(Roll or Peak) – Resolution =
ones
Byte#
Description
1
Speed hundreds digit (ASCII)
2
Speed tens digit (ASCII)
3
Speed ones digit (ASCII)
4(+)
Carriage Return (0x0D) or alternate termination string
determined by the message termination setting
A Format
(Roll or Peak) – Resolution =
tenths
Byte#
Description
1
Speed hundreds digit (ASCII)
2
Speed tens digit (ASCII)
3
Speed ones digit (ASCII)
4
Decimal Point (0x2E)
5
Speed tenths digit (ASCII)
6(+)
Carriage Return (0x0D) or alternate termination string
determined by the message termination setting
bE Format
Byte #
Content
1
Message type = 0x88
2
Unit Config:
Bit 7 = 0 (to force ASCII character)
Bit 6 = 1 (to force ASCII character)
Bit 5 = unused
Bit 4 = Resolution: ones = 0, tenths =1
Serial Port Message Format
30