up vote 0 down vote favorite
share [g+] share [fb]

How to get Serial # from Symbol MC 3000 or any Symbol device?

link|improve this question
feedback

1 Answer

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.

EDIT: Here's a link to MSDN sample code: Retrieving the Windows CE Device ID with the Microsoft .NET Compact Framework

link|improve this answer
feedback

Your Answer

 
or
required, but never shown