문제

Nokia 5235를 내 PC에 연결했습니다.하이퍼 터미널에서 명령을 사용하여 메시지를 보내고 싶습니다.가능합니까?그 모든 설정을 위해해야 할 모든 설정은 무엇입니까?

조사 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