Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder interface { Find() (ports []Uart, err error) Monitor(config MonitorConfig) Remove(name string) }
func New ¶
func New(vendorName SerialType) Finder
type MonitorConfig ¶
type SerialType ¶
type SerialType string
const ( CH34x SerialType = "ch34x" FT2x SerialType = "ft23x" CP2x SerialType = "cp21x" PL23X SerialType = "pl23x" )
Click to show internal directories.
Click to hide internal directories.