
46
USER MANUAL
DCP-MTX
IDX
Function Description
More Details
Syntax
Example
24
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”).
25
Set UART STOPBIT
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.
26
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.
27
Hex UART Command Edit
Command:
CPW#PAR#T
Return:
CPW#PAR#T
Parameter:
※
PW# : # = {0, 1} // {0, 1}:{off, on}
※
PAR# : # = {hex1 hex2 … hex64} //
{hex1 hex2 … hex64}:{hex1, hex2…
hex64, is ASC II string of hex value.
For example, string “123”, convert to
correct format string is“31 32 33”}
Description:
Hex UART Command Edit
Command:
CPW0PAR 70 77 72 20 6F T
Return:
CPW0PAR 70 77 72 20 6F T
Description:
Set command 70 77 72 20 6F
to control the power-on of the
projector.