Question : [AT CMD] what's the AT commmand to get the cellphone number?


i can get the phone number of the cellphone by the function of the Nokia cellphone or other kind cellphone. Now, i want to get it by AT command. which is the at command? it's the best to list the gsm module which supports the at command.

 
  TIA
 
  -- lr

Answer : [AT CMD] what's the AT commmand to get the cellphone number?

GSM 07.07 v7.8.0  sec 7.1  CNUM

AT+CNUM
returns something like:
+CNUM: "","12125803632",129
and the second parameter is your subscriber number.

Check your AT docs for your device. Sometimes they have vendor-specific commands (not part of GSM standard).  But CNUM is part of the standard and should be supported.

j.m.
Random Solutions  
 
programming4us programming4us