10
When you succeed in sending a control command to this unit, it will feedback current output
port status to show which input port is selected. The return status format is as follows:
“s”
Output port
Input port
1st byte
2nd byte
3rd byte
For example, if you send “cir 44 ” to Switcher if succeeds, it will feedback “s55”, meaning
OutPut5 selects InPut5.
6.2.6. Read Status Command
The command length is 4 bytes.
bc + ‘_’ + ‘ ’
“bc” is the key word, ‘_’ is Space, ‘ ’ is carriage return.
When you succeed in sending the read status command to the AT-PROHD88M-SR, it will feed-
back the status of all outputs. When you send “Bc” to unit, it will feedback the current status of
the switcher. The feedback status format is as below,
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
‘\r’
‘\n’
s
X1
X2
s
X3
X4
s
X5
X6
s
X7
X8
‘\r’
‘\n’
The status has 16 bytes. X1,X2.X3,X4,X5,X6,X7,X8 separately stands for the related input
chosen by the output. X1 stands for the output 1, X2 stands for the output 2 and so on. For
example, if the status is “\r\ns12s22s53s45\r\n”, it means that the output 1 select the input 1,
the output 2 selects the input 2, output 3 selects the input 2, output 4 selects the input 2, output
5 selects input 5, the output 6 selects the input 3, the output 7 selects the input 4, the output 8
selects the input 5.
6.2.7. Web password reset
The command length is 4 bytes.
rpw+ ‘ ’
“rpw” is the key word , ‘ ’ is carriage return.
When you send the Web password reset command to the unit, it will feedback “rpw”, and the
web password will be set as “0000000000”.