pub async fn interactive_session(
connection: SerialPort,
file_path: Option<Option<PathBuf>>,
debug: bool,
port_name: &str,
) -> Result<()>Expand description
Spawns all of the tasks responsible for maintaining an interactive terminal session.