Connection to gprs using at command

Hi,
i want to send data to server from hyper terminal using at command

Hi,

You can refer WIP AT Commands User Guide for the AT commands.

Hi,
wip commands it is for m2m
i need connection to gprs and send data to server.
how to define ip address and port .
this i want to do using hyper terminal.

ok…First you need to download WIPSoft.dwl(you will find this inside the WIP folder, under the software suite installations)
file on the modem, then issue AT+WOPEN=1, further you will have to configure and activate the gprs using AT+wipcfg and AT+wipbr
commands. You should go through WIP command guide properly to know the commands to be used.

This is an example of a GPRS connection, can somebody say me if the code is good?

Thank you

at+cgatt?       /* I check if  GPRS is attached*/ 
+CGATT:0 
OK 
at+cgatt=1  /* We attach GPRS*/ 
OK 
at+cgatt?   /* I check if GPRS is attached*/ 
+CGATT:1 
OK 
at+cgdcont=1,”IP”,”APN”,0,0,0  /* define PDP context*/ 
OK 
/* at+cgqreq and at+cgqmin if you need QoS*/ 
atd*99***1#  /* We began GPRS connection */ 
CONNECT 
 }#À!}!} } }2}!}$}%Ü}”}}*} } }#}$À#kZ    
OK 
ath   /* finish GPRS connection*/ 
OK