I want to use serial kitl to debug usb. I use ST for debug info and
bt for kitl. But I only one port on board. Now I could not connect to
PB. I can see the info use bus hound. The debug info can input to com1,

and PB has send $EDBG,PPSH info to com1, but kitl could not connect PB?

who can help me?
My setting:

BOOL InitKitlSerialArgs (OAL_KITL_ARGS *pKitlArgs)
{
pKitlArgs->flags = OAL_KITL_FLAGS_ENABLED | OAL_KITL_FLAGS_POLL/*
|OAL_KITL_FLAGS_EXTNAME*/;
//pKitlArgs->flags |= OAL_KITL_FLAGS_PASSIVE;
pKitlArgs->devLoc.LogicalLoc = BULVERDE_BASE_REG_PA_BTUART;
pKitlArgs->devLoc.Pin = OAL_INTR_IRQ_UNDEFINED;
pKitlArgs->baudRate = CBR_115200;
pKitlArgs->dataBits = DATABITS_8;
pKitlArgs->parity = PARITY_NONE;
pKitlArgs->stopBits = STOPBITS_10;
g_kitlDevice.type = OAL_KITL_TYPE_SERIAL;
g_kitlDevice.pDriver = (VOID*) GetPxaKitlSerialDriver();

return TRUE;


}


my pb setting:

download:none
Transport: serial com1 115200
debugger: KdStub