我将我的诺基亚5235连接到我的电脑。我想通过在HyperTerminal的命令中发送消息。是否可以 ?我需要为此做些什么设置?

问候 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
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top