Difference between revisions of "Firmware-820 Message-071"
(Created page with "==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 re...") |
(→VERSION (71, 47h)) |
||
Line 24: | Line 24: | ||
Example: | Example: | ||
− | :240, 125, 0 {DEV}, 71 {VERSION}, 80 {x}, 80 {a}, 10 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, | + | :240, 125, 0 {DEV}, 71 {VERSION}, 80 {x}, 80 {a}, 10 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 0Ah, 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. | 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. |
Revision as of 02:45, 13 July 2022
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, 0Ah, 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.