Expand description
This module holds the functions that are called from sericom when receiving
CLI commands/arguments.
Functions§
- get_
settings - Gets the settings for the
portwith the specifiedbaud. - interactive_
session - Spawns all of the tasks responsible for maintaining an interactive terminal session.
- list_
serial_ ports - Prints a list of available serial ports to stdout.
- open_
connection - Opens a serial
portfor communication with the specifiedbaud. - valid_
baud_ rate - Used as a ‘value_parser’ for sericom’s clap CLI struct to validate baud rates