So with the USB 4.0.3 stack you have a Processor Expert CDC Host example for the MKL25Z128. When I connect a usb to serial cable with a pl2303 chip in it, it registers a connect but the device (usb/serial) does not seem to get initialized and I don't see how any data could be passed. It looks like the code is unfinished so as to initialize, bind, and connect to allow data to be passed and received. I need to connect two freedom boards together as a Host->Device in CDC mode. Can you tell me what functionality is complete in this example project and what else needs to be done to complete this setup?