質問

私は私のNokia 5235を私のPCに接続しました。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