How to get Serial # from Symbol MC 3000 or any Symbol device - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T07:03:09Zhttp://stackoverflow.com/feeds/question/948859http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/948859/how-to-get-serial-from-symbol-mc-3000-or-any-symbol-device0How to get Serial # from Symbol MC 3000 or any Symbol deviceShaikh Nazim2009-06-04T06:24:33Z2009-10-16T12:00:01Z
<p>How to get Serial # from Symbol MC 3000 or any Symbol device?</p>
http://stackoverflow.com/questions/948859/how-to-get-serial-from-symbol-mc-3000-or-any-symbol-device/950867#9508670Answer by Thorsten Dittmar for How to get Serial # from Symbol MC 3000 or any Symbol deviceThorsten Dittmar2009-06-04T14:14:14Z2009-06-04T14:27:47Z<p>Hi,</p>
<p>I've had the same problem, too. There does not seem to be an API for that (at least not in the Symbol SDK). There are ways to get the device ID using the Windows API (I don't have links right now, but you may want to google for Windows Mobile Device ID), but they never returned the S/N as printed on the device/the sticker on the device's box.</p>
<p>EDIT: Here's a link to MSDN sample code:
<a href="http://msdn.microsoft.com/en-us/library/aa446562.aspx" rel="nofollow">Retrieving the Windows CE Device ID with the Microsoft .NET Compact Framework</a></p>