mlinaje/gsm-shield-arduino

Cannto get the IMEI of device

Closed this issue · 2 comments

What steps will reproduce the problem?
1. if (gsm.getIMEI(imei)){
      Serial.print("IMEI: ");
      Serial.println(imei);
   }


What is the expected output? What do you see instead?
Should output 15-character IMEI, but instead only displays "OK".

What version of the product are you using? On what operating system?
I am currently using the BETA_GSM_GPRS_GPS_IDE100_v305 library on Arduino 1.0.5 
installed in Windows 7 64-bit.

Please provide any additional information below.
I am using the library in the MEGA setting.


Original issue reported on code.google.com by JRVillan...@gmail.com on 1 Jul 2013 at 8:27

This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:24

This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27

  • Changed state: Fixed