![AMX DUX-SCL User Manual Download Page 16](http://html1.mh-extra.com/html/amx/dux-scl/dux-scl_user-manual_2938525016.webp)
16
USER MANUAL - DUX-SCL
HDMI SCALER
IDX
Function Description
More Details
Syntax
Example
8
To upgrade the system’s Application
Code
Command:
~UPG!
Return:
~UPG!
Description:
Upgrade the system’s Application
Code
Command:
~UPG!
Return:
~UPG!
Description:
Upgrade the system’s Application
Code
9
To set UART baudrate
Command:
CUB#T
Return:
CUB#T
Description:
UB#: # = {1~3}
1 : 9600
2 : 57600
3 : 115200
Command:
CUB1T
Return:
CUB1T
Description:
Set UART baudrate to 9600
10
To set UART end char
Command:
CUE#T
Return:
CUE#T
Parameter:
UE#: # = {1~4}
1 : NULL
2 : 0X0D
3 : 0X0A
4 : 0X0D 0X0A
Description:
Set UART endchar
Command:
CUE1T
Return:
CUE1T
Description:
Set UART end char to null
11
To verify UART end char
Command:
SUET
Return:
SUET( # )
Parameter:
# : # = {1~4}
1 : NULL
2 : 0X0D
3 : 0X0A
4 : 0X0D 0X0A
Description:
Get UART end char
Command:
SUET
Return:
SUET( 1 )
Description:
UART end char is null