Documentation
¶
Overview ¶
Package serial provides a dutagent module that listens on a defined COM port.
Index ¶
Constants ¶
View Source
const DefaultBaudRate = 115200
DefaultBaudRate is the default baud rate for the serial connection.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serial ¶
type Serial struct {
Port string // Port is the path to the serial device on the dutagent.
Baud int // Baud is the baud rate of the serial device. Is unset, DefaultBaudRate is used.
// contains filtered or unexported fields
}
Serial is a module that forwards the serial output of a connected DUT to the dutctl client. It is non-interactive and does not support stdin yet.
Click to show internal directories.
Click to hide internal directories.