Domanda

Ho collegato il mio Nokia 5235 al mio PC.Voglio inviare messaggi usando i comandi da iperterminale.È possibile ?Cosa devo fare tutte le impostazioni per farlo?

Saluti Parvathi

È stato utile?

Soluzione

I don't know if that particular handset supports it, but the commands you need are:

  • AT+CMGW - write a message to local storage
  • AT+CMGS - send a message
  • AT+CMGF - select format for messages (PDU mode or text mode).

The normal syntax would be like this:

AT+CMGF=0 [PDU mode]
OK
AT+CMGS=79 [send a message of 79 bytes]
>
[79 bytes of PDU data terminated with ctrl-Z]
OK
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top