Difference between revisions of "Firmware-733 Message-066"
Line 7: | Line 7: | ||
{| | {| | ||
|0aaaaaaa: | |0aaaaaaa: | ||
− | |aaaaaaa = [0.. | + | |aaaaaaa = [0..127]; firmware version number * 10 |
|- | |- | ||
|0bbbbbbb: | |0bbbbbbb: |
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.