16
User Manual
HKM02BP-4K
RESOLUTION
Status of video resolution
VERSION
Status of firmware version
AUXILIARY
BAUD ?
Status of auxiliary baudrate
BAUD [ 0~9 ]
0=115200, 1=57600, 2=38400… 9=300
NEWLINE ?
Status of auxiliary newline
NEWLINE [ 0~3 ]
0=Linux, 1=Windows, 2=Mac, 3=Other
TRIGGER ?
Status auxiliary trigger
TRIGGER [ 0~3 ]
0=Linux, 1=Windows, 2=Mac, 3=Other
VERSION
Status of auxiliary versions
LOAD
DEFAULT
Load default to current setting
When load default the settings
will be auto saved.
PRESET for OEM version RX only
[ 0~3 ]
Load system setting from bank 0~4
PRESET 0~15
Load preset 0~15 to set RX group ID
SAVE
Save current system setting
[ 0~3 ]
Save system setting to bank 0~4
REBOOT
Reboot
CONSOLE
string
Run console API command
For debug using, if input
incorrect value will cause
unpredictable problem, adjust
by professional installer only.
SYSTEM
[ 0~255 ] ?
Status of system function
[ 0~255 ]
Set system function
APPLICATION
[ 0~255 ] ?
Status of application function
[ 0~255 ]
Set application function
※
RS232 command not support backspace, delete or up, down, left, right to modification. If you enter
command or parameters with wrong typing, please enter newline and re-enter full command and
parameters again.
※
Parameters with green means need to reboot to take effect.
※
The maximum of OSD_ON is 30 characters per line, maximum 127 charcters, not support comma sign
「
,
」
,
colon
「
:
」
and double quotation marks
「
”
」
, some characters must use \x## format to display, ## means the
characters number in ASCII HEX code
e.g.:
\x0a
is line feed,
\x28
is
(
brackets sign,
\x22
is
“
sign
Example:
>CMD_M
861234
> CHANNEL 12
(Set receiver which last 6 digits MAC Address is
861234
to Channel 12)
(HEX code: 3E 43 4D 44 5F 4D
38 36 31 32 33 34
3E 20 43 48 41 4E 4E 45 4C 20 31 32 0D 0A)
<ACK_M861234< OK
(Receiver which last 6 digits MAC Address is F01234 response “OK”)
(HEX code: 3C 41 43 4B 5F 4D 38 36 31 32 33 34 3C 20 4F 4B 0D 0A)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>CMD_
I0A12
> CHANNEL 3
(Set receiver which IP Address is 169.254.
10.18
to Channel 3
(HEX code: 3E 43 4D 44 5F 49
30 41 31 32
3E 20 43 48 41 4E 4E 45 4C 20 33 0D 0A)
<ACK_I0A12< OK
(Receiver which IP Address is 169.254.10.18 response
“OK”)
(HEX code: 3C 41 43 4B 5F 49 30 41 31 32 3C 20 4F 4B 0D 0A)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>CMD_G
34
> CHANNEL 5
(Set receivers which Group No is
34
to Channel 5)
(HEX code: 3E 43 4D 44 5F 47
33 34
3E 20 43 48 41 4E 4E 45 4C 20 35 0D 0A) (No response from multiple receivers)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>CMD_ALL> OSD ON “Hello!
\x28
123
\x29
\x22
ABC
\x22
“ (Show
「
Hello!
(
123
)
“
ABC
”
」
to all monitor and send response)
(HEX code: 3E 43 4D 44 5F 41 4C 4C 3E 20 4F 53 44 20 4F 4E 20 22 48 65 6C 6C 6F 21 20
5C 78 32 38
31 32 33
5C 78 32 39
20
5C 78 32 32
41 42 43
5C 78 32 32
22 0D 0A) (No response from multiple receivers)
>CMD_ALL> OSD OFF 10000 (All receiver turn off OSD after 10 seconds)
(HEX code: 3E 43 4D 44 5F 41 4C 4C 3E 20 4F 53 44 20 4F 46 46 20 31 30 30 30 30 0D 0A)