Difference between revisions of "Firmware-800 Message-071"

From I-CubeX Wiki
Jump to: navigation, search
(Copied from Firmware-80 Message-071, revision 3009)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==VERSION (71, 47h)==
 
==VERSION (71, 47h)==
  
This message contains the WiDig firmware version number, hardware board version number as well as the serial number. It is sent by the WiDig upon receipt of the [[Firmware-80_Command-071 |DUMP VERSION command]].
+
This message contains the WiDig label number in the form of its two-digit firmware version number, two-digit hardware version number, two-digit model revision number and 4-digit serial number. It is sent by the WiDig upon receipt of the [[Firmware-800_Command-071 |DUMP VERSION command]] and immediately followed by a [[Firmware-800_Message-066 |FIRMWARE message]].
  
 
The [BODY] of the VERSION message is as follows:
 
The [BODY] of the VERSION message is as follows:
Line 13: Line 13:
 
|-
 
|-
 
|0bbbbbbb:
 
|0bbbbbbb:
|bbbbbbb = [0..99]; hardware board version number decimals * 1000
+
|bbbbbbb = [0..99]; revision number * 10
 
|-
 
|-
 
|0ccccccc:
 
|0ccccccc:
Line 24: Line 24:
 
Example:
 
Example:
  
:240, 125, 0 {DEV}, 71 {VERSION}, 80 {x}, 80 {a}, 0 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)
+
:240, 125, 0 {DEV}, 71 {VERSION}, 80 {x}, 80 {a}, 10 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)
  
The firmware version for the WiDig is 80 / 10 = 8.0. The hardware board version number is 80 / 10 + 0 / 1000 = 8.00. The serial number is 0123. These numbers should correspond with numbers printed on the sticker at the bottom of the WiDig – if they don’t correspond the WiDig may have been upgraded to an updated firmware version after its purchase.
+
The firmware version for the WiDig is 80 / 10 = 8.0. The hardware board version number is 80 / 10 = 8.0. The model revision number is 10 / 10 = 1.0. The serial number is 0123. These numbers should correspond with numbers printed on the sticker at the bottom of the WiDig – if they don’t correspond the WiDig may have been upgraded to an updated firmware version or model revision after its purchase.

Latest revision as of 22:00, 22 June 2018

VERSION (71, 47h)

This message contains the WiDig label number in the form of its two-digit firmware version number, two-digit hardware version number, two-digit model revision number and 4-digit serial number. It is sent by the WiDig upon receipt of the DUMP VERSION command and immediately followed by a FIRMWARE message.

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

0xxxxxxx: xxxxxxx = [0..127]; firmware version number * 10
0aaaaaaa: aaaaaaa = [0..99]; hardware board version number * 10
0bbbbbbb: bbbbbbb = [0..99]; revision number * 10
0ccccccc: ccccccc = [0..99]; 1st serial number digits
0ddddddd: ddddddd = [0..99]; last serial number digits

Example:

240, 125, 0 {DEV}, 71 {VERSION}, 80 {x}, 80 {a}, 10 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)

The firmware version for the WiDig is 80 / 10 = 8.0. The hardware board version number is 80 / 10 = 8.0. The model revision number is 10 / 10 = 1.0. The serial number is 0123. These numbers should correspond with numbers printed on the sticker at the bottom of the WiDig – if they don’t correspond the WiDig may have been upgraded to an updated firmware version or model revision after its purchase.