Page no. 7 | Appendix No. 1
6
CLI Interface
6.1
Commands
The camera exposes ASCII based Command Line Interface to control camera configurations.
Serial communication can be achieved using standard serial terminal over RS-232 protocol.
The serial terminal should be configured to baud rate 115200, 8bit data, 1bit start, 1bit stop and no flow control.
The Command Line Interface consists of the following commands:
6.1.1
STATUS
Description:
Prints general information about the camera.
Command:
“STATUS<CR>”
6.1.2
FIRMWARE
Description:
Puts camera into firmware update mode.
Note: Firmware update procedure should be initiated within ~30 seconds; otherwise camera will resume
regular operation state. At this point, provided firmware update file should be sent using the XMODEM
protocol
.
For more information refer to section 6.4.
Command:
“FIRMWARE<CR>”
Output:
Appropriate message about failure or success of firmware update procedure
6.1.3
PARAMLIST
Description:
Prints all available configuration parameters.
Command:
“PARAMLIST<CR>”
Response:
“PARAM_OK<CR>”
“Name:<param_name
[1]
>, Value:<param_value
[2]
>,<CR>”
…
“Name:<param_name
[1]
>, Value:<param_value
[2]
>;<CR>”
“PARAM_DONE<CR>”
1.
Available parameter names are listed under “<param_name>” in table no.
4.
2.
Available parameter values are listed under “<param_value>” in table no.
4.