How to get Serial # from Symbol MC 3000 or any Symbol device - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T07:03:09Z http://stackoverflow.com/feeds/question/948859 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/948859/how-to-get-serial-from-symbol-mc-3000-or-any-symbol-device 0 How to get Serial # from Symbol MC 3000 or any Symbol device Shaikh Nazim 2009-06-04T06:24:33Z 2009-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#950867 0 Answer by Thorsten Dittmar for How to get Serial # from Symbol MC 3000 or any Symbol device Thorsten Dittmar 2009-06-04T14:14:14Z 2009-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>