开发者

AT command to send messages from my phone

开发者 https://www.devze.com 2023-03-06 20:03 出处:网络
I connected my Nokia 5235 to my pc. I want to send messages by using AT commands from hyperterminal. Is it possible ? What all the settings i ne开发者_如何学运维ed to do for that?

I connected my Nokia 5235 to my pc. I want to send messages by using AT commands from hyperterminal. Is it possible ? What all the settings i ne开发者_如何学运维ed to do for that?

regards Parvathi


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
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号