The application FSBoardConfig shows the serial number. I assume this is the serial number of the F&S board. How can I get the serial number from my program? (I'm using efusA9 and efusA9X).
Best regards,
Steffen
The application FSBoardConfig shows the serial number. I assume this is the serial number of the F&S board. How can I get the serial number from my program? (I'm using efusA9 and efusA9X).
Best regards,
Steffen
Hello,
serial number is the MAC address of the first on board Ethernet adapter, under Windows CE it is located under [HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms].
To be platform independed you may use OS funtions to retrieve this number (e.g. GetAdaptersInfo under c++) ... .
Hope this helps.
Many thanks!
Hello,
a better solution to get the "first" WCE MAC adddress (= serial number) is use of ndcucfg libraray. The library will by found in the tools-section of the download area. Advantage is, you do not need any information about adapters name or adapter registry path (=platform independent):