Use better maintained go.bug.st/serial
This commit switches to serial port library to the better maintained go.bug.st/serial library.
This commit is contained in:
parent
42d1e6e991
commit
80b3309c7c
7 changed files with 51 additions and 65 deletions
|
@ -2,7 +2,7 @@ package shared
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/goburrow/serial"
|
||||
"go.bug.st/serial"
|
||||
"io"
|
||||
"time"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue