Documentation ¶
Overview ¶
Package serialdet provides method for finding active serial ports
Package serialdet provides method for finding active serial ports ¶
Package serialdet provides method for finding active serial ports
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
Error is a constant-like string error.
type SerialPortInfo ¶
type SerialPortInfo struct {
// contains filtered or unexported fields
}
SerialPortInfo describes main information about active serial port.
func (SerialPortInfo) Description ¶
func (i SerialPortInfo) Description() string
Description contains serial ID or driver name of device.
func (SerialPortInfo) Path ¶
func (i SerialPortInfo) Path() string
Path is an absolute path to the device.
Click to show internal directories.
Click to hide internal directories.