If you have a phone you like but don't know the make or model of the phone you can determine this by looking up the Serial or IMEI numbers. In Motorola phones, dial a special number to get this information and then enter it into a phone database to retrieve the model name. Dial *#06# in the phone and press the 'Send' button. Check information about your Samsung cell phone - model, serial number, manufacture date. Verify Samsung carrier, age of the phone, purchase country and other details. All Samsung models are supported. How to obtain a Motorola (Symbol) Mobile Device Serial Number? I'm programming the Motorola ES400 which comes with 'Symbol' libraries. There seems to be ways of getting the serial numbers of the various scanners, but not of the actual device itself!
How to obtain a Motorola (Symbol) Mobile Device Serial Number?
I'm programming the Motorola ES400 which comes with 'Symbol' libraries.
There seems to be ways of getting the serial numbers of the various scanners, but not of the actual device itself!
Anyone got any ideas?
Whats the difference between 'serial number' (as shown on the device) and 'electronic serial number' returned by TerminalInfo?
Robert Harvey♦4 Answers
I just dealt with this on the MC9090 device, which also uses the Symbol libraries (not sure if they are the same, but this is worth a shot). I used reflection because I have devices from different manufacturers and want the same code to run. You could access this field directly from the property or use reflection:
Here is where the property is:
Here is my method using reflection:
Hope this helps!
IronicMuffinIronicMuffinThats fantatic, thanks. The Symbol SDK help didn't find this when searching!
Just used:
DomBatDomBatHere's the quick and easy VB.Net solution:
Add a reference to Symbol.ResourceCoordination.dll (I found mine here: C:Program FilesMotorola EMDK for .NETv2.8SDKSmart DevicesSymbol.ResourceCoordination.dll).
Then use the following code to access the ESN (Electronic Serial Number) value.
Worked great on our MC3190S scanners! :)