22
USER MANUAL - DUX-SRX
100-METER 4K HDBASET SCALING RECEIVER
IDX
Function Description
More Details
Syntax
Example
20
To set UART baud rate
Command:
CUB#T
Return:
CUB#T
Description:
UB#: # = {1~3}
1 : 9600
2 : 57600
3 : 115200
Command:
CUB1T
Return:
CUB1T
Description:
Set UART baud rate to 9600
21
To set UART end char
Command:
CUE#T
Return:
CUE#T
Description:
UE#: # = {1~4}
1 : NULL
2 : 0X0D
3 : 0X0A
4 : 0X0D 0X0A
Command:
CUE1T
Return:
CUE1T
Description:
Set UART end char to null
22
To verify UART end char
Command:
SUET
Return:
SUET( # )
Description:
# : # = {1~4}
1 : NULL
2 : 0X0D
3 : 0X0A
4 : 0X0D 0X0A
Command:
SUET
Return:
SUET( 1 )
Description:
UART end char is null
23
To configure 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:
Configure UART CMD of Power ON
to 0X00 0X01 0X0A
24
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