24 / 73
Copyright © 2019 Toshiba Teli Corporation, All Rights Reserved.
http://www.toshiba-teli.co.jp/en/
D4296087A
GenCP
Communicates with the camera, by the packet that is defined by GenCP.
Communication flow control, packet structure and others, refer to the specifications of GenCP.
For packets to be used, refer to below.
- READMEM_CMD
0x0100 (preamble)
CCD checksum
SCD checksum
0x0000 (channel_id)
0x4000 (flags)
0x0800 (command_id)
0x000C (length)
request_id
register address (hi)
register address (lo)
0x0000 (reserved)
read length
0x00
0x04
0x08
0x0C
0x10
0x14
0x18
+0x0
+0x1
+0x2
+0x3
- READMEM_ACK
0x0100 (preamble)
CCD checksum
SCD checksum
0x0000 (channel_id)
status code
0x0801 (command_id)
length
request_id
data
0x00
0x04
0x08
0x0C
0x10
...
(0x10+length-4)
+0x0
+0x1
+0x2
+0x3
- WRITEMEM_CMD
0x0100 (preamble)
CCD checksum
SCD checksum
0x0000 (channel_id)
0x0802 (command_id)
length
request_id
data
0x00
0x04
0x08
0x0C
0x10
...
(0x10+length-4)
+0x0
+0x1
+0x2
+0x3
0x4000 (flags)
register address (hi)
register address (lo)
0x14
0x18
- WRITEMEM_ACK
0x0100 (preamble)
CCD checksum
SCD checksum
0x0000 (channel_id)
status code
0x0004 (length)
request_id
0x00
0x04
0x08
0x0C
0x10
+0x0
+0x1
+0x2
+0x3
0x0803 (command_id)
length written
0x0000 (reserved)