RS-232 SERIAL CONTROL COMMANDS
#EDIDDSTOBA Function
The #EDIDDSTOBA function reads the downstream EDID and stores it to a specified EDID bank.
Syntax:
#EDIDDSTOBA param1 param2
Parameters: |
|
|
param1 | A downstream display | [1 - 16] |
param2 | EDID bank offset | [1 - 5] |
#EDIDBATOLO Function
The #EDIDBATOLO function reads an EDID from an EDID bank and stores it to any local input.
Syntax:
#EDIDBATOLO param1 param2 param3...param9
Parameters: |
|
|
param1 | EDID bank offset | [1 - 5] |
param2 | Input list | [0 - 16] |
param3 - 9 (optional) | Input list | [1 - 16] |
Notes:
By specifying zero as the second parameter, the EDID in the specified bank is copied to all sixteen inputs. If more than eight inputs need to be specified in order to receive the EDID in the specified bank, the #EDIDBATOLO function must be executed twice.
Example:
#EDIDBATOLO 5 2 3 4 5 6 7 8 9 10 11 12 not permitted!
Function must be run twice:
#EDIDBATOLO | 5 | 2 3 4 | 5 6 7 8 9 | max 8 inputs |
#EDIDBATOLO | 5 | 10 11 | 12 | remaining inputs |
19