How to read IMEI & Serial Number

Dear All.

I want to read device imei & serial number, but I don’t want to execute AT Command internally with adl_atcmdcreate().

Is there any built-in function to read imei & serial number ?

Any help will be appreciated.

No, there isn’t. :angry:

See: New Features - Complete API - #19 by mikejamesleslie

Open-AT still does not provide full access to all device features without the use of AT Commands (see the thread linked above) - So you are just going to have to get used to it, I’m afraid!

Hi

Can i have the at command to have serial number of my module (MC-WP7607) please ?
At+cgsn gives me the imei. I need to have the S/N wrote on module (vxxxxxxxxxxxxxxx)

thanks,
Ben

Hi Ben,

For WP7, can you try AT cmd

ATI

or using Legato API (Modem Information - Legato Docs)

By the way, maybe better raise a new post at WP group
https://forum.sierrawireless.com/c/airprime-embedded-wireless-modules/wp-series/

This current thread is for OpenAT platform and 8 years ago…

Hope it helps.
Thx