Versions in this module Expand all Collapse all v0 v0.4.0 Aug 13, 2026 Changes in this version + var ErrNoMatch = errors.New("serialport: no device matches") + func Resolve(pattern string) (string, error) + type Port struct + func Open(pattern string, mode serialfwd.Mode) (*Port, error) + func (p *Port) Close() error + func (p *Port) Configure(mode serialfwd.Mode) error + func (p *Port) Path() string + func (p *Port) Read(b []byte) (int, error) + func (p *Port) Write(b []byte) (int, error)