17
f) BYTE6: The value of Check Sum from ‘BYTE1’ to ‘BYTE5’.
Ex) In case of transmission, ‘0x05, 0xF0, 0x10, 0x00, 0x25’
0xC5 + 0xF0 + 0x10+ 0x00+ 0x25 = 0x1EA Therefore, CS=0xEA
2. The communication data format Camera to PC; The data of total 9 bytes is transmitted
from Camera to PC
1) Format
BYTE1 BYTE2 BYTE3 BYTE4 BYTE5 BYTE6
BYTE7
BYTE8 BYTE9
0xC5
CODE1 CODE2 CODE3 DATA1 DATA2
DATA3
DATA4
CS
2) Description
a) BYTE1: Camera is realized the protocol comes from PC.
b) BYTE2: BYTE1 data is received from PC.
c) BYTE3: BYTE2 data is received from PC.
d) BYTE4: BYTE3 data is received from PC.
e) BYTE5: The changed data according to PC Command.
f) BYTE6: The changed data according to PC Command.
g) BYTE7: The changed data according to PC Command.
h) BYTE8: The changed data according to PC Command.
i) BYTE9 : The value of Check Sum from ‘BYTE1’ to ‘Byte8’
The computing method is the same of ‘BYTE6’ of the communication
From PC to Camera