IntelliTouch i-Link Protocol Interface Adapter User’s Guide
Command / Response Characters
All examples given in this document assume default characters are being used.
‘#’ Prefixes all Commands
‘!’ Prefixes all successful command/query responses
‘?’ Prefixes all error messages/responses
‘=’ is used as the SET operator
‘?’ is used as the Query operator
Command Forms
[Prefix][Label][Operator][Value]<cr>
Example: #SPA=1<cr> (Turn SPA ON)
Where the Prefix is “#” (factory default – may be changed with CMDCHR)
Where the Label or Command is “SPA”
Where the Operator is “=” i.e. set this circuit to value
Where the Value is “1” i.e. ON
The Prefix and the Operator must be the correct symbols. The Label must
be exact spelling from the command list. Though it may be Upper or lower
case, or any combination. The Value must be one of the valid options, and
valid for that command.
‘ON’ values are “1”, “ON”, “Y” or “YES”, “T” or “TRUE”.
‘OFF’ values are “0”, “OFF”, “N” or “NO”, “F” or “FALSE”,
A single space may or may not be used between the Label and Operator,
the Operator and Value, the Value and ,<cr>. No space(s) is allowed
between the Prefix and the Label.
Examples:
[Prefix][Label][Operator][Value]<cr>
(valid)
[Prefix][Label] [Operator] [Value] <cr>
(valid)
[Prefix][Label][Operator] [Value] <cr>
(valid)
[Prefix] [Label][Operator][Value]<cr>
(invalid)
2