سؤال

قمت بتوصيل نوكيا 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