We use a device that needs to allow us to disable/enable flow control on the uart on the fly. This normally works fine, but on occasion, the device does not enable flow control and therefore sending data to the uart causes a lockup (stuck in the driver send routines). We would like to wrap this in a timeout and we are wondering if there is a built-in way to do this using MQX. Any ideas?