MCPcopy Create free account
hub / github.com/distributed/sers / SetModeStruct

Function SetModeStruct

sers.go:60–63  ·  view source on GitHub ↗
(sp SerialPort, mode Mode)

Source from the content-addressed store, hash-verified

58}
59
60func SetModeStruct(sp SerialPort, mode Mode) error {
61 return sp.SetMode(mode.Baudrate, mode.DataBits, mode.Parity, mode.Stopbits, mode.Handshake)
62
63}
64
65type Mode struct {
66 Baudrate int

Callers 1

MainFunction · 0.92

Calls 1

SetModeMethod · 0.65

Tested by

no test coverage detected