To SIM no

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • svmprasad
    New Member
    • Jul 2007
    • 1

    To SIM no

    hai,

    I want to know how to check the SIM card no by using AT commands?

    If any one know this send answer to my mail ID <email removed>

    Thank U
    Last edited by kestrel; Jul 31 '07, 07:42 AM. Reason: sorry, no emails
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    This post reminds me of something that I saw on the internet once.

    Code:
    HAI
    CAN HAS STDIO?
    VISIBLE "HAI WORLD!"
    KTHXBYE
    A great Hello World example. Here is one with logic:

    Code:
    HAI
    CAN HAS STDIO?
    I HAS A VAR
    GIMMEH VAR
    IZ VAR BIGGER THAN 10?
    	YARLY
    		BTW this is true
    		VISIBLE "BIG NUMBER!"
    	NOWAI
    		BTW this is false
    		VISIBLE "LITTLE NUMBER!"
    	KTHX
    KTHXBYE
    I think you might benefit from reading all about LOLCODE .

    Comment

    Working...