serial

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyMessageSplitter = "MessageSplitter"
	MaxDataLength      = 1000
)

Constants in serial protocol

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Portname         string
	BaudRate         int
	MessageSplitter  byte
	TransmitPreDelay string
}

Config details

type Endpoint

type Endpoint struct {
	GwCfg  *gwTY.Config
	Config Config

	Port *serialDriver.Port
	// contains filtered or unexported fields
}

Endpoint data

func New

func New(logger *zap.Logger, gwCfg *gwTY.Config, protocol cmap.CustomMap, rxMsgFunc func(rm *msgTY.RawMessage) error, bus busTY.Plugin, logRootDir string) (*Endpoint, error)

New serial client

func (*Endpoint) Close

func (ep *Endpoint) Close() error

Close the driver

func (*Endpoint) Write

func (ep *Endpoint) Write(rawMsg *msgTY.RawMessage) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL