Regarding NULL CHANNEL

Dear ALL,

 I am getting  the return value of   wip_TCPClientCreate() as NULL.
I am operating the modem in low signal i.e <10 . Is it that if we operate the wavecom modem under low
signal  and open tcp socket , will this happen. and also some times under good signal.

thanks in advance ,
Venkat.

set the WIP debug traces, e.g. by adding the following options to wip_netInitOpts():

wip_netInitOpts( ...,
      WIP_NET_OPT_DEBUG_PORT, WIP_NET_DEBUG_PORT_UART1,
      WIP_NET_OPT_LOG_EVENTS, TRUE,
      WIP_NET_OPT_END);

You’ll get an information about why your channel couldn’t be created.