Thursday, April 26, 2012

TCP Client Socket using AT commands

Below are the sequence of AT commands to be executed to run the TCP client socket in wavecom GPRS modem with wipsoft sample program loaded

AT+WIPCFG=1

AT+WIPBR=1,6

AT+WIPBR=2,6,11,"www"

AT+WIPBR=2,6,0,""

AT+WIPBR=2,6,1,""

AT+WIPBR=4,6,0

AT+WIPCREATE=2,1,"122.166.54.20",10106

AT+WIPDATA=2,1,1

AT+WIPCLOSE=2,1

No comments:

Post a Comment