Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Monitor ¶
func Monitor(config MonitorConfig, verbose bool) error
Monitor starts serial monitoring with the given configuration
Types ¶
type MonitorConfig ¶
type MonitorConfig struct {
Port string // Serial port device
Target string // Target name for crosscompile config
BaudRate int // Baudrate of serial monitor
Executable string // Optional path to executable for debug info
WaitTime int // Wait time for port connection (ms)
SerialPort []string // List of serial ports to use
}
MonitorConfig contains configuration for the monitor
Click to show internal directories.
Click to hide internal directories.