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

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==VERSION (71, 47h)== This message contains the USB-microDig firmware version number, hardware board version number as well as the serial number. The [BODY] of the VERSION m...")
 
 
Line 10: Line 10:
 
|-
 
|-
 
|0aaaaaaa:
 
|0aaaaaaa:
|aaaaaaa = [0..99]; hardware board vers number * 10
+
|aaaaaaa = [0..99]; hardware board version number * 10
 
|-
 
|-
 
|0bbbbbbb:
 
|0bbbbbbb:
|bbbbbbb = [0..99]; hardware board vers number decimals * 1000
+
|bbbbbbb = [0..99]; hardware board version number decimals * 1000
 
|-
 
|-
 
|0ccccccc:
 
|0ccccccc:

Latest revision as of 15:25, 3 November 2015

VERSION (71, 47h)

This message contains the USB-microDig firmware version number, hardware board version number as well as the serial number.

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}, 72 {x}, 72 {a}, 0 {b}, 01 {c}, 23 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)

The firmware version for the USB-microDig is 72 / 10 = 7.2. The hardware board version number is 72 / 10 + 0 / 1000 = 7.20. The serial number is 0123. These numbers should correspond with numbers printed on the sticker at the bottom of the USB-microDig – if they don’t correspond the USB-microDig may have been upgraded to an updated firmware version after its purchase.