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