23 / 73
Copyright © 2019 Toshiba Teli Corporation, All Rights Reserved. http://www.toshiba-teli.co.jp/en/
- Reading the register
To read data from a register, send ', (comma)', 'R', 'Q' and [CR] code following the address.
For example, to read data in address 0x91, send a command, as follows.
9
(0x39)
,
(0x2C)
[CR]
(0x0D)
1
(0x31)
R
(0x52)
Q
(0x51)
The camera responds to the read request, as follows (Data's max-length is 8 bytes).
Data
8
th
byte
Data
7
th
byte
Data
6
th
byte
Data
5
th
byte
Data
4
th
byte
Data
3
rd
byte
Data
2
nd
byte
Data
1
st
byte
[CR]
(0x0D)
Actually, the camera responds to the read request as minimum data length:
For example, to read data 0x10 to address 0x91, the camera responds as follows.
[CR]
(0x0D)
1
(0x31)
0
(0x30)