7.
Remote Communication
Communication Settings
Baud Rate
:
9600bps (Initial Setting)
Data
:
8bit
Stop bit
:
1bit
Parity
:
None
XON / XOFF
:
No Control
・
Send Command Format
(
Host to Camera
)
If send a command, set the command and parameter between STX and ETX.
STX
(02H)
Command
(2byte)
Parameter(ASCII code)
(20H-7FH)
ETX
(03H)
・
Return Command Format
(
Camera to Host
)
Normally, a camera returns a control code which is ACK or NAK.
If return value has a text message, the message is between STX and ETX.
ACK
(06H)
・・・
Succeed
NAK
(15H)
・・・
Fail
STX
(02H)
command
(2byte)
parameter(ASCII code)
(2FH- 7FH)
ETX
(03H)
・・・
return message
・
Command list
Command
Function
SR
Set some values of resister
GR
Get some values of resister
SU
Set a user’s data
GU
Get a user’s data
CS
Save all configurations
CR
Restore all configurations
QM
Get a model name
QS
Get a serial number
QV
Get a firmware version
QE
Get a detail of error information