Narda IDA-3106 245
16.5.2 IDA-3106 responses
• The IDA-3106 initially responds to a GET command with /CR followed by
the value of the requested parameter and an error code:
– 0 = transmission correct
– xxx (error code) = transmission error
The value and code are separated by a comma, and the response ends
with a semicolon (;): [Value],0;
• The IDA-3106 inserts /CR after a certain number of commas in long
responses in order to force a new line.
• The IDA-3106 also responds to a SET command with /CR and an error
code (normally "0"). The response ends with a semicolon (;). In this way
you can also check if the communication is working properly with SET
commands.
16.5.3 Example of a command sequence
Command (PC) Response
(IDA-3106)
Function / Explanation
Remote ON; Activate remote control
0; No error
Remote?; Query: is remote control activated?
ON,0; Remote control is activated,
no error
Mode SPECTRUM; Set operating mode to SPECTRUM
0; No error
Mode?;
SPECTRUM,
0;
Operating mode is SPECTRUM,
no error