36
USER MANUAL
DCP-SRX
IDX
Function Description
More Details
Syntax
Example
16
Set UART Baud Rate
Command:
CUBD#T
Return:
CUBD#T
Parameter:
※
SOR# : # = {9600, 19200, 38400,
57600, 115200}
Description:
Set UART Baud Rate.
Command:
CUBD115200T
Return:
CUBD115200T
Description:
UART Baud Rate is 115200.
17
Set UART End Character
Command:
CUED#T
Return:
CUED#T
Parameter:
※
UED# : # = {1, 2, 3, 4} // {1, 2, 3,
4}:{null, cr, lf, crlf}
Description:
Set UART End Character.
Command:
CUED4T
Return:
CUED4T
Description:
UART End Character is crlf (“\r\n”).
18
Set UART STOPBIT
Syntax
Command:
CUBI#T
Return:
CUBI#T
Parameter:
※
UBI# : # = {0, 2} // {0, 2}:{1bit, 2bit}
Description:
Set UART Stop bit.
Command:
CUBI0T
Return:
CUBI0T
Description:
UART Stop bit is 1.
19
Set UART Parity bit
Command:
CUPA#T
Return:
CUPA#T
Parameter:
※
UPA# : # = {0, 1, 2} // {0, 1, 2}:{null,
odd, even}
Description:
Set UART Parity bit
Command:
CUPA1T
Return:
CUPA1T
Description:
UART Parity bit is odd.