This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AT command problem in TCP @GSM Module

hi,everyone I try to establish a TCP connection in GSM module with ATcommand. and I sent AT-command in below,Please help me
(in line that have // means i send to GSM)
(if no// means that's response from GSM module)
****************************************************
NORMAL POWER DOWN
 RDY

+CFUN: 1

+CPIN: READY

Call Ready
at+cipflp=0 //1

OK
at+cipstart="tcp","(IP address of server)","(Port)" //2

OK

CONNECT FAIL

STATE: IP IND

+PDP: DEACT
at+cipshut // 3

STATE: PDP DEACT

SHUT OK
at+cipstart="tcp","(IP addressOf server)","(Port)" //4

OK

CONNECT FAIL

STATE: IP IND

+PDP: DEACT
************************************************

In above,at //3 I sent cipshut because "+PDP: DEACT"(i did follow datasheet). But can't Conect OK.

Has GSM module more Setting?

Please help me.
Thank you

Parents
  • This has nothing to do with Keil tools nor ARM processors.

    For queries about the operation of your GSM module, you need to speak to the module's manufacturer.

    You are using non-standard AT Commands - so they are meaningless without knowing what module you're using!

Reply
  • This has nothing to do with Keil tools nor ARM processors.

    For queries about the operation of your GSM module, you need to speak to the module's manufacturer.

    You are using non-standard AT Commands - so they are meaningless without knowing what module you're using!

Children