![Harman AMX JPK-1300 Hardware Reference Manual Download Page 35](http://html1.mh-extra.com/html/harman/amx-jpk-1300/amx-jpk-1300_hardware-reference-manual_3959861035.webp)
System Commands
Reference Manual - JPK-1300
35
No. Command
Function Description
Example
8
set serial <on | off>
Default Value:
on
Set serial port on or off
>set serial on<CR> Serial
port is set to on
>
>set serial off<CR>
--Notice: Serial port cannot response to serial
command when serial off.--
Would you like to set serial port to off? Y/N ->y<CR>
Serial port is off
>
9
get serial mode
Variables:
<mode>=
{
host
client
}
Default Value:
host
Set serial control mode
>get serial mode <CR>
Serial port is set to host mode to control external
device
>
10
set serial mode
Variables:
<mode>=
{
host
client
}
Default Value:
host
Set serial control mode
>set serial mode<CR>
Notice: Serial port cannot control external device when set to
be client, which is used for external device to control of
the device
Enter serial mode (host or client ): host -> client<CR>
Serial port is set to be client mode
>
11
get baud
Variables:
<baud> = 115200 |
57600 | 38400 | 19200
| 9600(default) | 4800 |
2400
<data> = 7 | 8(defult)
<parity> = even | odd |
none(default)
<stop> = 1(default) | 2
Default Value:
9600,n,8,1
Get serial port current
communicate parameters
>get baud<CR>
--Current serial setting--
baud rate:9600
data bit:8
parity:none stop
bit:1
>
12
set baud
Variables:
<baud> = 115200 |
57600 | 38400 | 19200
| 9600(default) | 4800 |
2400
<data> = 7 | 8(defult)
<parity> = even | odd |
none(default)
<stop> = 1(default) | 2
Default Value:
9600,n,8,1
Sets serial port communicate
parameters
>set baud<CR>
--Serial port setting--
Enter baud rate(115200,57600,38400,19200,
9600,4800,2400):9600->115200<CR>
Enter data bit(8 or 7):8 ->7<CR>
Enter parity (E for Even, O for Odd, N for none):
N->O<CR>
Enter stop bit (1 or 2):1->2<CR>
--You have entered:
Baud rate:115200
Data bit:7
Parity:odd
Stop bit:2
Would you like to save the new settings? Y/N ->
y<CR>
New settings were saved
>
13
set time auto <on | off>
Default Value:
on
Set time automatically on or off
>set time auto on<CR>
Time auto is set to on
>
>set time auto off<CR>
--Notice: Device time cannot synchroinze with network
when set time auto off.--
Would you like to set time auto to off? Y/N ->y<CR>
Time auto is set to off
>