Firmware-800 Message-071
Revision as of 23:09, 28 May 2018 by Admin (talk | contribs) (Copied from Firmware-80 Message-071, revision 3009)
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 DUMP VERSION command.
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]; hardware board version number decimals * 1000 |
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}, 0 {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.