Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hy, I am using AT Commands for Getting basic Mobile Informataion such as Mobile Menufacture,Mobile IMEI ,Sim Detail etc.
I am using following Code for getting information but Fail.please help me for solving my matter.Thanks


Try
If SerialPort1.IsOpen Then
Label11.Text = (SerialPort1.Write("AT+CGMI"))
Else
MsgBox("Sorry ! there is some error in your computer port")
End If
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub




i am also using following AT Commands but have no Result.
manufacturer = AT+CGMI
model number = (AT+CGMM)
IMEI number (International Mobile Equipment Identity) (AT+CGSN)
software version (AT+CGMR)
Posted
Comments
Sergey Alexandrovich Kryukov 1-Jun-13 23:18pm    
Stop spamming! Use the page of your original question, us "Improve question".
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900