A cross-platform serial library for Go. Forked from github.com/bugst/go-serial and now developing independently.
Many ideas are bein taken from github.com/bugst/go-serial and github.com/pyserial/pyserial.
Any PR-s are welcome.
Not work in GOPATH mode!!!
go get -u github.com/albenik/go-serial/v2
- Since version v2.1.0 the macos build requires
IOKit
as dependency and is only possible on Mac with cgo enabled. - Apple M1 (darwin/arm64) is supported. (Thanks to martinhpedersen)
See the godoc here: https://godoc.org/github.com/albenik/go-serial
The software is release under a BSD 3-clause license