views:

131

answers:

1

Hi,

How can I get the IMEI number of a mobile phone using Python?

Thanks in advance. Nimmy

A: 

Sending AT+CGSN through the appropriate serial device will have it return the IMEI.

Ignacio Vazquez-Abrams