I have a thread with the console framework stack on top of UX comms. I want determine when the serial connection is ready to be used so that I can indicate to the user it's ready. What is the best way to poll console framework? I currently have every thing in the stack set to auto-initialize, and my thread entry function is called before I can connect to the USB serial port with a serial client, so it seems like some initialization is still taking place after the init functions return.
↧