WIP/UART: data not received

Hi,

try to use the AT-commands and the TCP/IP stack to create TCP-tunnel to server. I don’t use the Open AT-software, only the WIP AT commands. The TCP-tunnel is correctly created from the Wavecom Q2686 to server, sending data is OK (Hello world), but receiving data is not OK. Messages are sent from the server in the tunnel, but nothing is displayed on the UART.

These are the AT-commands:

31/07/2009 13:45:07.55 [TX] - AT+WIPCFG=1

31/07/2009 13:45:07.57 [RX] - AT+WIPCFG=1

OK

31/07/2009 13:45:09.44 [TX] - AT+WIPBR=1,6

31/07/2009 13:45:09.44 [RX] - AT+WIPBR=1,6

OK

31/07/2009 13:45:09.87 [TX] - AT+WIPBR=2,6,11,“APN”

31/07/2009 13:45:09.87 [RX] - AT+WIPBR=2,6,11,“APN”

OK

31/07/2009 13:45:10.58 [TX] - AT+WIPBR=4,6,0

31/07/2009 13:45:10.60 [RX] - AT+WIPBR=4,6,0

OK

31/07/2009 13:45:13.90 [TX] - AT+WIPCREATE=2,1,“194.7.44.10”,50000

31/07/2009 13:45:13.90 [RX] - AT+WIPCREATE=2,1,“a.b.c.d”,50000

OK

+WIPREADY: 2,1

31/07/2009 13:45:14.79 [TX] - AT+WIPDATA=2,1,2

31/07/2009 13:45:14.79 [RX] - AT+WIPDATA=2,1,2

CONNECT

31/07/2009 13:45:16.23 [TX] - Hello world
31/07/2009 13:45:16.62 [TX] - Hello world
31/07/2009 13:45:17.04 [TX] - Hello world

Any idea for a solution?
Steven.