Firmware-811 Message-071

From I-CubeX Wiki
Revision as of 15:18, 8 December 2018 by Admin (talk | contribs) (Copied from Firmware-810 Message-071, revision 3954)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.