Difference between revisions of "Firmware-820 Message-066"
(Created page with "==FIRMWARE (66, 42h)== This message contains the WiDig four-digit firmware version number and six-digit firmware build date. It is sent by the WiDig upon receipt of the the [...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ==FIRMWARE (66, 42h)== | + | ==FIRMWARE VERSION (66, 42h)== |
− | This message contains the WiDig four-digit firmware version number and six-digit firmware build date. It is sent by the WiDig upon receipt of the the [[Firmware-820_Command-066 |FIRMWARE command]] or the [[Firmware-820_Command-071 |DUMP VERSION command]], in which case it is sent immediately after the [[Firmware-820_Message-071 |VERSION message]]. | + | This message contains the WiDig four-digit firmware version number and six-digit firmware build date. It is sent by the WiDig upon receipt of the the [[Firmware-820_Command-066 |FIRMWARE VERSION command]] or the [[Firmware-820_Command-071 |DUMP VERSION command]], in which case it is sent immediately after the [[Firmware-820_Message-071 |VERSION message]]. |
The [BODY] of the VERSION message is as follows: | The [BODY] of the VERSION message is as follows: | ||
Line 24: | Line 24: | ||
Example: | Example: | ||
− | :240, 125, 0 {DEV}, 66 {FIRMWARE}, 80 {x}, 00 {a}, 18 {b}, 06 {c}, 22 {d}, 247 (F0h, 7Dh, 00h, | + | :240, 125, 0 {DEV}, 66 {FIRMWARE}, 80 {x}, 00 {a}, 18 {b}, 06 {c}, 22 {d}, 247 (F0h, 7Dh, 00h, 42h, 50h, 00h, 12h, 06h, 16h, F7h) |
− | The firmware version of the WiDig is (80 + 00) / 1000 = 8.000. The firmware build date is 2018-06-22. | + | The firmware version of the WiDig is (80 * 100 + 00) / 1000 = 8.000. The firmware build date is 2018-06-22. |
Latest revision as of 12:48, 13 March 2023
FIRMWARE VERSION (66, 42h)
This message contains the WiDig four-digit firmware version number and six-digit firmware build date. It is sent by the WiDig upon receipt of the the FIRMWARE VERSION command or the DUMP VERSION command, in which case it is sent immediately after the VERSION message.
The [BODY] of the VERSION message is as follows:
0xxxxxxx: | xxxxxxx = [0..99]; firmware version number * 10 |
0aaaaaaa: | aaaaaaa = [0..99]; firmware version number decimals 2 and 3 |
0bbbbbbb: | bbbbbbb = [0..99]; firmware build year |
0ccccccc: | ccccccc = [1..12]; firmware build month |
0ddddddd: | ddddddd = [1..31]; firmware build day |
Example:
- 240, 125, 0 {DEV}, 66 {FIRMWARE}, 80 {x}, 00 {a}, 18 {b}, 06 {c}, 22 {d}, 247 (F0h, 7Dh, 00h, 42h, 50h, 00h, 12h, 06h, 16h, F7h)
The firmware version of the WiDig is (80 * 100 + 00) / 1000 = 8.000. The firmware build date is 2018-06-22.