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:
Jan Dittberner 2020-04-17 19:39:06 +02:00
parent 42d1e6e991
commit 80b3309c7c
7 changed files with 51 additions and 65 deletions

View file

@ -2,7 +2,7 @@ package shared
import (
"errors"
"github.com/goburrow/serial"
"go.bug.st/serial"
"io"
"time"
)