Difference between revisions of "Firmware-820 Message-113"

From I-CubeX Wiki
Jump to: navigation, search
(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 [...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==FIRMWARE (66, 42h)==
+
==WICONNECT VERSION (113, 71h)==
  
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 WiConnect version number and six-digit WiConnect build date. It is sent by the WiDig upon receipt of the the [[Firmware-820_Command-113 |DUMP WICONNECT VERSION command]].
  
 
The [BODY] of the WICONNECT message is as follows:
 
The [BODY] of the WICONNECT message is as follows:
Line 24: Line 24:
 
Example:
 
Example:
  
:240, 125, 0 {DEV}, 113 {WICONNECT}, 12 {x}, 03 {a}, 22 {b}, 05 {c}, 30 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)
+
:240, 125, 0 {DEV}, 113 {WICONNECT}, 12 {x}, 03 {a}, 22 {b}, 05 {c}, 30 {d}, 247 (F0h, 7Dh, 00h, 71h, 0Ch, 03h, 16h, 05h, 1Eh, F7h)
  
The WiConnect version of the WiDig is (12 * 100 + 03) / 1000 = 1.203. The firmware build date is 2022-05-30.
+
The WiConnect version of the WiDig is (12 * 100 + 03) / 1000 = 1.203. The WiConnect build date is 2022-05-30.

Latest revision as of 12:46, 13 March 2023

WICONNECT VERSION (113, 71h)

This message contains the WiDig four-digit WiConnect version number and six-digit WiConnect build date. It is sent by the WiDig upon receipt of the the DUMP WICONNECT VERSION command.

The [BODY] of the WICONNECT message is as follows:

0xxxxxxx: xxxxxxx = [0..99]; WiConnect version number * 10
0aaaaaaa: aaaaaaa = [0..99]; WiConnect version number decimals 2 and 3
0bbbbbbb: bbbbbbb = [0..99]; WiConnect build year
0ccccccc: ccccccc = [1..12]; WiConnect build month
0ddddddd: ddddddd = [1..31]; WiConnect build day

Example:

240, 125, 0 {DEV}, 113 {WICONNECT}, 12 {x}, 03 {a}, 22 {b}, 05 {c}, 30 {d}, 247 (F0h, 7Dh, 00h, 71h, 0Ch, 03h, 16h, 05h, 1Eh, F7h)

The WiConnect version of the WiDig is (12 * 100 + 03) / 1000 = 1.203. The WiConnect build date is 2022-05-30.