July 2021
6
Sender Address:
•
The sender address field defines the bus address of the transmitting device.
•
The sender shall populate this field with its own unique bus address.
•
The receiver will use this address to direct its responses.
•
The address is two ASCII characters representing a hexadecimal value.
•
Address Range: 0x00 to 0xFE (0 to 254), 0xFF is a broadcast address.
Sender Id:
•
This field identifies the process on the sending device that initiated the message.
Receiver Address:
•
The receiver address field defines the bus address of the receiving device.
•
The transmitter shall populate this field with the bus address of the intended receiver.
•
The address is two ASCII characters representing a hexadecimal value.
•
Address Range: 0x00 to 0xFF (0 to 255), 0xFF is a broadcast address.
Receiver Id:
•
This field identifies the process on the receiving device that should process this message.
Flags:
•
Part of the protocol’s error detection features.
•
An ACK request flag is set by the transmitter to indicate to the receiver if an ACK response is expected.
•
A receiver can also use this field to specify a NAK when a bad packet is received.
•
Please see the Packet diagram for the possible values for the flags field.
Type:
•
This field identifies the type of traffic this message belongs to. The two primary types are client traffic
and flow control traffic. This allows the transport element of the protocol to immediately identify traffic
that is outside of the normal client Sender Addr/Id to Receiver Addr/Id traffic.
Sequence Number:
•
The Sequence Number, placed in the upper half of the length field, is used in conjunction with the ACK
Flag to inform the transmitter which packet is being ACK-ed.
•
Each packet sent via the protocol will have a ‘unique’ Sequence Number.
•
Unique value in the realm of 0x0-0xFF in ASCII representation.
•
The Packet ID is a two ASCII character representing a hexadecimal number.
•
The Packet ID Range is `0x0` to `0xFF` (0-255)
Length:
•
This field specifies the length of the entire packet ( Payload)
Содержание ReCO2ver
Страница 8: ...July 2021 8 Figure 2 Data Packet Figure 3 Event Packet...
Страница 32: ...July 2021 32 Glossary...