I am using the wavecom terminal emulator to open a TCP connection to our server and send data. The connection is openned, but I cannot seem to get the data to go through. I would have thought that a wipclose would have forced the data through. Here are the commands I am using. Any suggestions on what I can do to push the data through?
AT+WIPCFG=1
AT+WIPBR=1,6
AT+WIPBR=2,6,11 “APN NAME”
no user or password needed
AT+WIPBR=4,6,0
AT+WIPCREATE=2,1,“hostname”,100
AT+WIPDATA=2,1,1
Then I type in my data through the wavecom terminal emulator
AT+WIPCLOSE=2,1
no data makes it to my server
-Thanks, Mark