DriverID: Difference between revisions
Appearance
Created page with "__TOC__ ==How to read Driver ID== Driver ID is divided trough two IO elements and to read actual Driver ID written on driver card, two conversions needs to be proceed. Exampl..." |
No edit summary |
||
| Line 2: | Line 2: | ||
==How to read Driver ID== | ==How to read Driver ID== | ||
Driver ID is divided trough two IO elements and to read actual Driver ID written on driver card, two conversions | Driver ID is divided trough two IO elements and to read actual Driver ID written on driver card, two conversions need to be proceeded. Example provided in table below: | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 11:34, 14 November 2019
How to read Driver ID
Driver ID is divided trough two IO elements and to read actual Driver ID written on driver card, two conversions need to be proceeded. Example provided in table below:
| Step | Driver ID MSB | Driver ID LSB | Format |
|---|---|---|---|
| 1. Received value | 3544385890265608240 | 4123102840462782769 | DEC |
| 2. Converted to HEX | 3130303030303030 | 3938343032303131 | HEX |
| 3. Converted to ASCII | 10000000 | 98402011 | ASCII |
| 4. Merged | 1000000098402011 | ASCII | |