modulepackage
0.0.0-20240402210304-e3dcd07446c5
Repository: https://github.com/twpayne/go-serial.git
Documentation: pkg.go.dev
# README
go-serial
Package serial handles serial ports.
Features
Compared to existing libraries like https://github.com/tarm/serial, go-serial is:
- Maintained.
- Linux, macOS, and *BSD only.
- Enables reconfiguration of open ports.
- Uses modern Go libraries (golang.org/x/sys/unix).
License
MIT
# Packages
No description provided by the author
# Functions
Open opens the serial port at path.
OpenAndConfigure opens the serial port at path and configures it with the given config.
Paths returns a list of paths to serial devices.