Difference between revisions of "Firmware-733 Message-066"
(Created page with "==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 Fi...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==FIRMWARE VERSION (66, 42h)== | ==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 [[Firmware-733_Command-066 |DUMP FIRMWARE VERSION command]] and as second message in response to a [[Firmware-733_Command- | + | This message contains the USB-microDig firmware version number and firmware build date. It is sent by the USB-microDig upon receipt of the [[Firmware-733_Command-066 |DUMP FIRMWARE VERSION command]] and as second message in response to a [[Firmware-733_Command-071 |DUMP VERSION command]]. |
The [BODY] of the FIRMWARE VERSION message is as follows: | 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: | |0yyyyyyy: | ||
− | |yyyyyyy | + | |yyyyyyy = [0..99]; firmware build month |
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |0zzzzzzz: |
− | | | + | |zzzzzzz = [0..99]; firmware build day |
|} | |} | ||
Example: | Example: | ||
− | :240, 125, 0 {DEV}, 66 {FIRMWARE VERSION}, 73 { | + | :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.