Control Commands (Direct Control)
Reference Manual - JPK-1300
46
No. Command
Function Description
Example
1
get serial cmd format
Variables:
<format>= ASCII | HEX
<end_flag>=
{
none
r
(for \r, Line Feed)
n
(for \n, Carriage
Return)
rn (for \r\n, Line Feed
and Carriage Return)
}
Default Value:
format = ASCII
End_flag = r
Get serial command format
Command:
get serial cmd format
Return
:
get serial command format to be ascii and end with LF
2
set serial cmd
format:<format>,<end
flag>
Variables:
<format>= ASCII | HEX
<end_flag>=
{
none
r
(for \r, Line Feed)
n
(for \n, Carriage
Return)
rn (for \r\n, Line Feed
and Carriage Return)
}
Default Value:
format = ASCII
End_flag = r
Set serial command format
Command:
set serial cmd format:hex,rn
Return
:
set serial command format to be hex and end with LF and CR
3
get serial disp on cmd
Get serial control display on
commands
Command:
get serial disp on cmd
Return
:
get serial display control on command:POWER
ON,delay 100ms,HDMI IN1
4
set serial disp on
cmd:<cmd1>,<delay_
time>,<cmd2>
Variables:
<cmd1>=
{
none (for clear saved
command)
ascii or hex command string
}
<delay_time>= 0 ~ 2000 ms
<cmd2>=
{
none (for clear saved
command)
ascii or hex command string
}
Default Value:
cmd1 = none
delay_time = 100
cmd2= none
Set serial control display on
commands
Command:
set serial disp on cmd:33 44 AA BB,100,none
Return
:
set serial display control on command:33 44 AA
BB,delay 100ms,none