Function espflash::cli::monitor::monitor

source ยท
pub fn monitor(
    serial: Port,
    elf: Option<&[u8]>,
    pid: u16,
    baud: u32,
    log_format: LogFormat,
    interactive_mode: bool
) -> Result<()>
Available on crate feature cli only.
Expand description

Open a serial monitor on the given serial port, using the given input parser.