Difference between revisions of "Firmware-733 Message-066"

From I-CubeX Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
{|
 
{|
|0fffffff:  
+
|0aaaaaaa:  
|fffffff = [0..127]; firmware version number * 10
+
|aaaaaaa = [0..127]; firmware version number * 10
 
|-
 
|-
|0ggggggg:
+
|0bbbbbbb:
|ggggggg = [0..99]; firmware version number decimals * 1000
+
|bbbbbbb = [0..99]; firmware version number decimals * 1000
 +
|-
 +
|0xxxxxxx:
 +
|xxxxxxx = [0..99]; firmware build year
 
|-
 
|-
 
|0yyyyyyy:
 
|0yyyyyyy:
|yyyyyyy = [0..99]; firmware build year
+
|yyyyyyy = [0..99]; firmware build month
 
|-
 
|-
 
|0zzzzzzz:
 
|0zzzzzzz:
|zzzzzzz = [0..99]; firmware build month
+
|zzzzzzz = [0..99]; firmware build day
|-
 
|0ddddddd:
 
|ddddddd = [0..99]; firmware build day
 
 
|}
 
|}
  
 
Example:
 
Example:
  
:240, 125, 0 {DEV}, 66 {FIRMWARE VERSION}, 73 {f}, 30 {w}, 18 {y}, 1 {m}, 8 {d}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)
+
:240, 125, 0 {DEV}, 66 {FIRMWARE VERSION}, 73 {a}, 30 {b}, 18 {x}, 1 {y}, 8 {z}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)
  
 
The firmware version for the USB-microDig is 73 / 10 + 30 / 1000 = 7.330. The firmware build date is 18-01-08 = 8 January 2018.
 
The firmware version for the USB-microDig is 73 / 10 + 30 / 1000 = 7.330. The firmware build date is 18-01-08 = 8 January 2018.

Latest revision as of 22:30, 10 January 2018

FIRMWARE VERSION (66, 42h)

This message contains the USB-microDig firmware version number and firmware build date. It is sent by the USB-microDig upon receipt of the DUMP FIRMWARE VERSION command and as second message in response to a DUMP VERSION command.

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

0aaaaaaa: aaaaaaa = [0..127]; firmware version number * 10
0bbbbbbb: bbbbbbb = [0..99]; firmware version number decimals * 1000
0xxxxxxx: xxxxxxx = [0..99]; firmware build year
0yyyyyyy: yyyyyyy = [0..99]; firmware build month
0zzzzzzz: zzzzzzz = [0..99]; firmware build day

Example:

240, 125, 0 {DEV}, 66 {FIRMWARE VERSION}, 73 {a}, 30 {b}, 18 {x}, 1 {y}, 8 {z}, 247 (F0h, 7Dh, 00h, 47h, 46h, 46h, 00h, 01h, 17h, F7h)

The firmware version for the USB-microDig is 73 / 10 + 30 / 1000 = 7.330. The firmware build date is 18-01-08 = 8 January 2018.