Command Line Interface

This module provides the command line interface for serial_toolbox.

The monitor command starts the Serial Monitor CLI.

sertools

Serial Toolbox CLI

Examples

To run the serial monitor: $ sertools monitor -c path/to/config.yaml

sertools [OPTIONS] COMMAND [ARGS]...

monitor

Start the Serial Monitor CLI with configuration from CONFIG_FILE.

Parameters

configstr

Path to the configuration file.

sertools monitor [OPTIONS]

Options

-c, --config <config>

Required Path to the configuration file.

Functions

serial_toolbox.cli.main(*args: Any, **kwargs: Any) Any

Serial Toolbox CLI

Examples

To run the serial monitor: $ sertools monitor -c path/to/config.yaml