serialcom

package module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsOK

func IsOK(message Message) bool

Types

type Device

type Device struct {
	// contains filtered or unexported fields
}

func NewDevice

func NewDevice(usbPort string, baud int, responseTimeOut time.Duration) (*Device, error)

func (*Device) Release

func (device *Device) Release() error

func (*Device) Send

func (device *Device) Send(message Message) (Message, error)

type Message

type Message struct {
	Id   string            `json:"id"`
	Data map[string]string `json:"data"`
}

func Ping

func Ping() Message

func Pong

func Pong() Message

func (Message) String

func (message Message) String() string

Jump to

Keyboard shortcuts

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