Product specifications

CDD-880 Multi Receiver Router Revision 0
Appendix B MN-CDD880
B–2
The Controller, which is in charge of the process of monitor and control, is the only device that is permitted to initiate, at will, the
transmission of data. Targets are only permitted to transmit when they have been specifically instructed to do so by the Controller.
All bytes within a packet are printable ASCII characters, less than ASCII code 127. In this context, the Carriage Return and Line Feed
characters are considered printable.
With one exception, all messages from Controller-to-Target require a response – this will be either to return data that has been requested by the
Controller, or to acknowledge reception of an instruction to change the configuration of the Target.
B.4 Packet Structure
Controller-to-Target
Start of Packet Target Address Address Delimiter Instruction Code Code Qualifier Optional Arguments End of Packet
<
ASCII code 60
(1 character)
(4 characters)
/
ASCII code 47
(1 character)
(3 characters)
= or ?
ASCII codes 61 or
63
(1 character)
(n characters)
Carriage Return
ASCII code 13
(1 character)
Example: <0000/RSH=30[cr]
Target-to-Controller
Start of Packet Target Address Address Delimiter Instruction Code Code Qualifier Optional Arguments End of Packet
>
ASCII code 62
(1 character)
(4 characters)
/
ASCII code 47
(1 character)
(3 characters)
=, ?, !, or *
ASCII codes
61, 63, 33, or 42
(1 character)
(From 0 to n
characters)
Carriage Return,
Line Feed
ASCII codes 13,10
(2 characters)
Example: >0000/BBU=107[cr][lf]
B.4.1 Start of Packet
Controller-to-Target: This is the character ‘<’ (ASCII code 60).
Target-to-Controller: This is the character ‘>’ (ASCII code 62).