Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
func
SetModeStruct(sp SerialPort, mode Mode) error {
61
return
sp.SetMode(mode.Baudrate, mode.DataBits, mode.Parity, mode.Stopbits, mode.Handshake)
62
63
}
64
65
type
Mode
struct
{
66
Baudrate int
Callers
1
Main
Function · 0.92
Calls
1
SetMode
Method · 0.65
Tested by
no test coverage detected