pub fn monitor(
serial: Port,
elf: Option<&[u8]>,
pid: u16,
baud: u32,
log_format: LogFormat,
interactive_mode: bool,
processors: Option<String>,
elf_file: Option<PathBuf>,
) -> Result<()>Available on crate feature
cli only.Expand description
Open a serial monitor on the given serial port, using the given input parser.