Get Firmware & Hardware version
The server sends the command code to the device and with the next received message the response is received.
An example of a response is given in the table below.
Example command: 0x04
Example response, [Hex]: 041211 (Here the received keep-alive command data is omitted for clarity).
Decoding:
0x04 β Read software and hardware version response
0x12 - Device hardware version β version 1.2
0x10 β Device software version β version 1.0
Last updated