[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd problem with AT model
From: |
A. Andria |
Subject: |
Re: smsd problem with AT model |
Date: |
Wed, 13 Sep 2006 07:52:06 +0700 |
User-agent: |
Thunderbird 1.5.0.5 (Windows/20060719) |
Daniele Forsi wrote:
did you try to make the change as I wrote on Sep 1st?
these commands could work:
AT+CPMS="SM","SM"
AT+CPMS="ME","ME"
Hello Daniele,
AT+CPMS="SM","SM" works for me. Thanks.
This is the result :
AT+CPMS="SM","SM"
+CPMS: 0,35,0,35 ---> yes, because i don't have a sms on SIM Card
AT+CPMS="ME","ME"
+CMS ERROR: 302 ---> why i can not read sms from "ME" ???
AT+CPMS?
+CPMS: "SM",0,35,"SM",0,35 ---> is this indicate that my GSM modem only
support sms with SIM Card ???
Is my GSM Modem didn't support "ME" ???
Because when i send a sms from the mobile phone to the GSM modem the sms
text displayed directly to the terminal but when i check with
AT+CPMS="SM","SM" it still can not find message on SIM Card. How to make
my GSM modem can read both from SIM Card and ME ????
Below the result if i send the message from the mobile phone to the GSM
modem :
+CMT: "+6281572030993",,"06/09/12,23:21:47+28"
another message text ---> this is the message i sent from mobile phone
and displayed on the terminal
AT+CPMS?
+CPMS: "SM",0,35,"SM",0,35 ---> still no sms on SIM Card
AT+CPMS="MT"
+CMS ERROR: 302
AT+CPMS="ME"
+CMS ERROR: 302
AT+CPMS="TA"
+CMS ERROR: 302
--
Regards,
Asep Andria I.W.
http://asepandria.blogspot.com
--