MarcoMartines / GSM-GPRS-GPS-Shield

GSM/GPRS & GPS Shield Library for modules using SIM900/SIM908
GNU General Public License v2.0
208 stars 152 forks source link

Getting IMEI #40

Open michaelproino opened 8 years ago

michaelproino commented 8 years ago

I use : Arduino Mega and SIM900 GSM Breakout board, My problem is getting IMEI from SIM900, but although all trials like gsm.SimpleWriteln("AT+GSN=?"); gsm.SimpleWriteln(F("AT+GSN")); gsm.getIMEI(imei); They do not work, what can I do? Thanks