I need help, urgent please. I want to send data to a server. I am using Fastrack Supreme 20 modem. i am using TCP client socket (using gprs bearer) and sending the following commands to the modem via hyper terminal… I am getting the correct response from modem for all the commands as per
WIP AT commands user guide (WIPSOFT v 3.21), pg 83 except for (at+wipdata=2,1,1)
the user manual says that the modem should respond with ‘CONNECT’… but i get
+WIND: 3
+WIND: 1
+WIND: 7
+WIND: 4
in response to at+wipdata … And i am not able to connect and send/receive data… Please help me solve this problem…
//////////////////////taken from hyperterminal… at commands and response from modem
at+wipcfg=1
OK
at+wipbr=1,6
OK
at+wipbr=2,6,11,“jazzconnect.mobilinkworld.com”
OK
at+wipbr=2,6,0,"" /// setting user name
OK
at+wipbr=2,6,1,"" // setting password
OK
at+wipbr=4,6,0
OK
at+wipcreate=2,1,“115.186.137.41”, 7000
OK
+WIPREADY: 2,1
at+wipdata=2,1,1
+WIND: 3
+WIND: 1
+WIND: 7
+WIND: 4
Thanks in advance… Waiting for much needed urgent help
I have the similar problem. I have the fastrack suprem 20 and I want to send data to server but when I write the
AT+WIPCFG=1
OK //start IP stack
AT+WIPBR=1,6
OK //open GPRS bearer
AT+WIPBR=2,6,11,”internet.itelcel.com”
OK //set APN name of GPRS bearer
AT+WIPBR=2,6,0,”webgprs”
OK //set user name
AT+WIPBR=2,6,1,”webgprs2002”
OK //set password
AT+WIPBR=4,6,0
OK //start GPRS bearer
AT+WIPCREATE=2,1,”192.168.0.100”,4000 //create a TCP client towards peer IP device @ “ip //addr”, port 80.
STIN: 0
I have the similar problem. I have the fastrack suprem 20 and I want to send data to server but when I want to create the TCP cliente the modem never conect.
AT+WIPCFG=1
OK //start IP stack
AT+WIPBR=1,6
OK //open GPRS bearer
AT+WIPBR=2,6,11,”internet.itelcel.com”
OK //set APN name of GPRS bearer
AT+WIPBR=2,6,0,”webgprs”
OK //set user name
AT+WIPBR=2,6,1,”webgprs2002”
OK //set password
AT+WIPBR=4,6,0
OK //start GPRS bearer
AT+WIPCREATE=2,1,”192.168.0.100”,4000 //create a TCP client towards peer IP device @ “ip //addr”, port 80.
STIN: 0
+STIN: 98
+STIN: 99
what hapen whit this, what I can do ? can I help with this