Multiple WIPDATA messages after enter AT mode while socket o

Hi

I wonder if anyone can advise me on an issue I’m seeing with WIPSOFT v201 on the M1308B. I’ll try to get v202 from my distributor and see if it has the same issue but that might take a day or so.

I create a client socket, connect to a test server, exchange data, then I use +++ to enter AT mode so I can close my socket. As soon as I do this I receive a number of unsolicited WIPDATA messages that show how many bytes I sent via the modem, including one that shows the 3-byte +++ sequence being transmitted.

It’s not a big problem - I can ignore them anyway, though I guess I might need to be careful with the server as it’s also got to ignore them.

Here’s a log of it:

TX: AT+WIPCFG=1
RX: OK
TX: AT+WIPBR=1,6
RX: OK
TX: AT+WIPBR=2,6,11,“mobile.o2.co.uk
RX: OK
TX: AT+WIPBR=2,6,0,“mobileweb”
RX: OK
TX: AT+WIPBR=2,6,1,“password”
RX: OK
TX: AT+WIPBR=4,6,0
RX: OK
TX: AT+WIPCREATE=2,2,“217.155.91.6”,10001
RX: OK
RX: +WIPREADY: 2, 2
TX: AT+WIPDATA=2,2,1
RX: CONNECT
TX: TEST
RX: TEST
TX: TEST
RX: TEST
TX: TEST
RX: TEST
TX: +++
RX: OK
RX: +WIPDATA: 2,2,4
RX: +WIPDATA: 2,2,4
RX: +WIPDATA: 2,2,4
RX: +WIPDATA: 2,2,3
TX: AT+WIPCLOSE=2,2
RX: OK
TX: AT+WIPBR=5,6
RX: OK
TX: AT+WIPBR=0,6
RX: OK
TX: AT+WIPCFG=0
RX: OK
TX: AT+CFUN=0
RX: OK
RX: +CREG: 0
RX: +CGREG: 0

Thanks