interactive_session

Function interactive_session 

Source
pub async fn interactive_session(
    connection: SerialPort,
    file: Option<String>,
    debug: bool,
    port_name: &str,
) -> Result<()>
Expand description

Spawns all of the tasks responsible for maintaining an interactive terminal session.