Function console::start_connection_detection
source · pub fn start_connection_detection() -> Result<JoinableTaskRef, &'static str>
Expand description
Starts a new task that detects new console connections by waiting for new data to be received on serial ports.
Returns the newly-spawned detection task.