You are reading a single comment by @BogdanG and its replies. Click here to read the full conversation.
  • Some usefull AT commands:
    Commands:
    AT&F (Reset to factory settings)
    AT+CMGF=1 (Turn off the PDU mode)
    AT+CPMS="ME" (Save SMS messages to phone memory, not SIM)
    AT+CNMI=,1 (When SMS message received - send notification to serial)
    To send SMS: AT+CMGS="+33273022", then type your message. When done enter Ctrl-Z
    To receive SMS: when phone recieves SMS, it sends: +CMGL: [no]. no is the SMS number, e.g. +CMGL: 1
    To view SMS: AT+CMGR=[no]
    To delete SMS: AT+CMGD=[no]

    Bogdan

About

Avatar for BogdanG @BogdanG started