Pregunta

Conecté mi Nokia 5235 a mi PC.Quiero enviar mensajes utilizando los comandos de HyperTerminal.Es posible ?¿Qué hay todas las configuraciones que necesito para hacer por eso?

Saludos Parvathi

¿Fue útil?

Solución

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
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top