www.ensembledesigns.com
Page 145
BrightEye NXT 450 Clean Streaming Router
Installation, Configuration and Operations Guide
Commands
This section lists the commands supported in the TEN-XL ASCII protocol.
Status Request Command
Description:
This command requests the current source selected on the specified destination.
Syntax:
<STX><Dest High><Dest Low><ENQ>
<STX>
Start character (02H)
<Dest High>
High byte of destination number.
Valid range is ‘0’ to ‘9’ (30H to 39H)
<Dest Low>
Low byte of destination number.
Valid range is ‘0’ to ‘9’ (30H to 39H)
<ENQ>
Enquiry character (05H)
Example:
Request the status for destination number 13. Assume that the video source assigned
to this destination is 7.
Request:
In Hex
02 31 33 05
In
ASCII
<STX>13<ENQ>
Response:
In Hex
37 30 33
In
ASCII
703