8.2. Control Example
1)
How to check trigger shutter mode. ( The command gets a value from address 04)
【
Send Command
】
STX
G
R
0
4
ETX
Address 04
【
Return value form camera
】
Data 01
【
Receive Return Value
】
The camera is working with a trigger shutter mode, because the command received a 01 from the camera.
2)
How to check trigger shutter mode. ( The command gets consecutive 2 bytes values from address 20)
【
Send Command
】
STX
G
R
2
0
2
ETX
Address20
2Byte
【
Receive return value
】
Data 02FF
【
Receive return value
】
The shutter mode of camera is working +12dB, because the command received a 02FF(767)
from the camera.
STX
A
R
0
1
ETX
STX
A
R
F
F
0
2
ETX