Ws6318 sms problem

HI ,
I am interfacing the WS6318 GSM to my microcontroller for simple sms sending
when i connect the GSM module with power then im getting response’is
*PSSTK: “SETUP MENU”,1,4,"!dea Power",0,0,1,0,0,11

what is meant by this response and after that when i send AT command I am not getting ‘OK’ response.And what are the commnds i need to send for sms as well as any configuration need before that please help me to solve my problem
Thanks in advance
Regards
Rajiv

That’s the Sim Toolkit feature on your SIM card.

Please check “AT*PSSTKI” in section 8.4.1 in AT command manual for setting and detail.

For SMS, please refer to section 2.4.1 for the example.

Thx.
L

HI,

*PSSTK: “SETUP MENU”,1,4,"!dea Power",0,0,1,0,0,11

*PSSTK: “END SESSION”

This is response im getting at the start up (when the power applied).Here the END SESSION means it has been stopped or what ?After this whatever be the command the GSM module not responding for that

Thank you
Rajiv

HI,

(->means sending)
Here i can explain the procedure of my program,

1)waiting for some time to get response(*PSSTK: “SETUP MENU”,1,4,"!dea Power",0,0,1,0,0,11

*PSSTK: “END SESSION”)

  1. AT->
    waiting for "OK " response
  2. AT+CSMS->
    waiting for "OK " response
  3. AT+CMGF->
    waiting for "OK " response
  4. AT+CMGS=“phonenumber”->
  5. delay
  6. “message”->
    8)CTR-Z->

is this procedure is correct or not ,im not able send message by this procedure can anybody help me to solve this problem
Thanks in advance
Rajiv

HI Guys,
I am interfacing microcontroller to WS6318 for my application and i want to send message through AT commands.

My module WS6318 is get power off when it is connected to network.
When it is connected to network,the response is

+CREG: 1,“0008”,“0A8E”

after that the module goes off.

I am using external power supply that can provide 2amps of current.

Can anybody help me to solve this problem
Thanks in advance
Regards
Ra

HI ,
The resetting problem has been solved but now im not able to send message or call

the +CSQ responds 23,99 and +CPIN responds CME ERROR 3

+COPS responds CME ERROR 3

can anybody please help me to solve the problem

Thanks in advance
Ra

My answer is too late, but error code 3 means “operation not allowed”. This is the respond after CPIN command, when there is not a SIM card. Probably, the same is and for COPS.