You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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