PPP over UART2 with WIP

Thanks for the response but I believe I am setting initialising the port correctly. The adl_main function calls the net init function as follows

r = wip_netInitOpts(
WIP_NET_OPT_DEBUG_PORT, WIP_NET_DEBUG_PORT_UART1, /* WIP traces on UART1 */
//WIP_NET_OPT_DEBUG_PORT, WIP_NET_DEBUG_PORT_UART2,
//WIP_NET_OPT_DEBUG_PORT, WIP_NET_DEBUG_PORT_TRACE,
WIP_NET_OPT_END);

Is this correct?

Also how do you specify the baud rate , data bits stops bits etc of the serial port (UART2) I am using when creating a PPP connection???

In order to test the PPP connection I will need to set up a PPP analyser on a PC so I will need to know communication parameters of UART 2.