Hi,
I am developing an Application for Windows CE.NET 4.2 Devices and PPC2002
Devices from LXE Manufacturer.
These are LXE MX5 Devices with integrated Scanners.

I used the code from the below path to get the Device ID.
http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/CompactFramework/samples/deviceid/deviceid.src&file=cs\Deviceid.cs&font=3

But this code is returning the same Device ID for all the CE.Net Devices we
have.
Is there any way i can get some unique ID for these Devices.

Thanks in Advance,
Murthy

Re: Get Unique Device ID for a PPC 2003 Device by Neil

Neil
Fri Sep 29 17:13:06 CDT 2006

For those generations of devices, there was no requirement from Microsoft
that forced the device OEMs into making the Device ID unique for every
device. If your devices have network capabilities, you could use the MAC
address of the NIC as that should be unqiue to each device.

--
-------------------------
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC


"Murthy" <Murthy@discussions.microsoft.com> wrote in message
news:F6EA2865-BED2-40F3-9919-0CA46A60C4C0@microsoft.com...
> Hi,
> I am developing an Application for Windows CE.NET 4.2 Devices and PPC2002
> Devices from LXE Manufacturer.
> These are LXE MX5 Devices with integrated Scanners.
>
> I used the code from the below path to get the Device ID.
> http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/CompactFramework/samples/deviceid/deviceid.src&file=cs\Deviceid.cs&font=3
>
> But this code is returning the same Device ID for all the CE.Net Devices
> we
> have.
> Is there any way i can get some unique ID for these Devices.
>
> Thanks in Advance,
> Murthy
>
>