User`s manual
Serial port Interpreter
AVM500-ES User’s Manual v2.1 AuviTran 2010
46
10.3.2 Set output patch
Syntax:
<Dest_Port><Dest_I/O>=<Source_Port><Source_I/O><CR>
Answer:
<Dest_Port><Dest_I/O>=<Source_Port><Source_I/O><CR>>
Where:
<Dest_Port> is a letter in {A, B, C, D, or E} that represents the destination port.
<Dest_I/O > is a 2 decimal digit that represents the destination output number.
<Source_Port> is a letter in {A, B, C, D, or E} that represents the source port.
<Source_I/O > is a 2 decimal digit that represents the source output number.
For instance:
Patch Output 12 of port A from input 5 of Port E:
Command send: A12=E05
Answer received: A12=E05
Patch Output 64 of port D from input 12 of Port C:
Command send: D64=C12
Answer received: D64=C12
10.3.3 Mute output
Syntax:
<Dest_Port><Dest_I/O>=M<CR>
Answer:
<Dest_Port><Dest_I/O>=M <CR>>
Where:
<Dest_Port> is a letter in {A, B, C, D, or E} that represents the destination port.
<Dest_I/O > is a 2 decimal digit that represents the destination output number.
For instance:
Mute Output 03 of port B:
Command send: B03=M
Answer received: B03=M
Mute Output 60 of port C:
Command send: C60=M
Answer received: C60=M
10.3.4 UnMute output
Syntax:
<Dest_Port><Dest_I/O>=U<CR>
Answer:
<Dest_Port><Dest_I/O>=M <CR>>
Or
<Dest_Port><Dest_I/O>=<Source_Port><Source_I/O><CR>>
Where:
<Dest_Port> is a letter in {A, B, C, D, or E} that represents the destination port.
<Dest_I/O > is a 2 decimal digit that represents the destination output number.
<Source_Port> is a letter in {A, B, C, D, or E} that represents the source port.
<Source_I/O > is a 2 decimal digit that represents the source output number.
M is a letter to defined Muted output (i.e. Not Patched)
For instance:
UnMute Output 03 of port B:
Command send: B03=U
Answer received: B03=M
UnMute Output 60 of port C:
Command send: C60=U
Answer received: C60=D03