Unique identifier of a WCE terminal

R

Romain TAILLANDIER

Hi group

I need to get a unique identifier of a terminal Win CE. Such as a MAC
adress.
I have try to use the KernelIoControl (C++ native) to get an ID but in my
actual plateform it is the same for all machins.

Have you got idea about that ?

thank you
ROM
 
C

Chris Tacke, eMVP

Check with the OEM. There's nothing that states that a unique ID has to be
implemented on a CE device, so it's possible that your device doesn't have
one (though if it's got an ethernet chip, the MAC would be available).

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
T

Thomas Hall

Disregard my previous post. I didn't see that you had tried
KernelIoControl. The only downside to using the MAC address is the
possibility of the NIC being replaced. Some OEMs embed the device
serial number which you may have access to. If your device has an SDK
available, check the docs for something your OEM may have implemented
for a unique ID.

Regards,
Thomas Hall
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top