Thursday, March 05, 2009

Үүрэн холбооны модемоос PDU мэдээлэл авах.

AT+CMGF=0 //Set PDU mode AT+CSMS=0 //Check if modem supports SMS commands AT+CMGS=23 //Send message, 23 octets (excluding the two initial zeros) >0011000B916407281553F80000AA0AE8329BFD4697D9EC37There are 23 octets in this message (46 'characters'). The first octet ("00") doesn't count, it is only an indicator of the length of the SMSC information supplied (0). The PDU string consists of the following:
дэлгэрэнгүй (адилхан мэдээлэл)
бүүр дэлгэрэнгүй

хэлэлцүүлгээс:
> The Message Type of the pdu is SMS-SUBMIT. I found this on a
> phone used by a user, not by my software. But when the phone
> gets plugged in and ran on my software, I find SMS-SUBMIT PDUs
> on the phone's memory. My question is how do SMS-SUMITs end up
> on the phones memory.

өөр нэг хэлэлцүүлэг:
i have a question . i just wonder can i execute sim side etsi 11.11 commands (read binary , update binary etc...) using phones sim card interface and not a special sim card programmer ?

санаа авах юм байна:
You might also want to add AT+CMEE=x into modem init string to enable
modem error verbose to help debugging.
Бэлэн програм.
PDU SPY is a free of charge tool to read SMS in PDU mode from SIM card, but for coding of PDU SMS as well. It works all popular mobile phones and it is tested with the GSM module listed on http://www.gsm-modem.de/pcs-module.html as well.
See also http://www.experts-exchange.com/Programming/Wireless_Programming/Q_20699742.html

за сүүлийх:

No comments: