![AMX DUX-SCL User Manual Download Page 17](http://html1.mh-extra.com/html/amx/dux-scl/dux-scl_user-manual_2938525017.webp)
17
USER MANUAL - DUX-SCL
HDMI SCALER
IDX
Function Description
More Details
Syntax
Example
12
To config UART CMD of Power ON
Command:
CDON# # #T
Return:
CDON# # #T
Description:
# : # = {00 ~ FF}
# # # : string of HEX
Command:
CDON00 01 0AT
Return:
CDON00 01 0AT
Description:
Config UART CMD of Power ON is
0X00 0X01 0X0A
13
To verify UART CMD of Power ON
Command:
SDONT
Return:
SDONT( # # # )
Description:
# : # = {00 ~ FF}
# # # : string of HEX
Command:
SDONT
Return:
SDONT( 00 01 0A )
Description:
UART CMD of Power ON is 0X00
0X01 0X0A
14
To config UART CMD of Standby
Command:
CDOF# # #T
Return:
CDOF# # #T
Description:
# : # = {00 ~ FF}
# # # : string of HEX
Command:
CDOF00 01 0AT
Return:
CDOF00 01 0AT
Description:
Config UART CMD of Standby 0X00
0X01 0X0A
15
To verify UART CMD of Standby
Command:
SDOFT
Return:
SDOFT( # # # )
Description:
# : # = {00 ~ FF}
# # # : string of HEX
Command:
SDOFT
Return:
SDOFT( 00 01 0A )
Description:
UART CMD of Standby is 0X00 0X01
0X0A
16
To config UART Auto Power Enable/
Disable
Command:
CDFG#T
Return:
CDFG#T
Description:
DFG# : # = {0, 1}
0 : Disable
1 : Enable
Command:
CDFG1T
Return:
CDFG1T
Description:
Config UART Auto Power Enable