Read Firmware & Hardware version
NOTE: Available for firmware version 1.5 or later.
The server can send the command code to the device (Table 10) and with the next received message the response is received. The device response is described in Table 11.
Byte index
Hex value β Meaning
0
07 β Read software and hardware version
Table 10.
Byte index
Bit index
Hex value - Meaning
0
-
07 β The command byte shows that is packet with the device hardware and firmware version.
1
7:4
X β Device primary hardware version.
3:0
X β Device secondary hardware version.
2
7:4
X β Device primary firmware version.
3:0
X β Device secondary firmware version.
Table 11.
Example response, [Hex]: 071115 (The keep-alive data is omitted for clarity).
Decoding:
- 0x07 β Read firmware and hardware version response;
- 0x11 - Device hardware version β version 1.1;
- 0x15 β Device firmware version β version 1.5.
Last updated