la5nta / wl2k-go

A Winlink framework for Go.
https://getpat.io
MIT License
50 stars 20 forks source link

Switch to github.com/tarm/serial #51

Closed martinhpedersen closed 3 years ago

martinhpedersen commented 6 years ago

transport/ax25/kenwood.go imports github.com/tarm/goserial which is now deprecated. Use github.com/tarm/serial instead.

martinhpedersen commented 4 years ago

Ref https://github.com/harenber/ptc-go/issues/3#issuecomment-534392295 by @blockmurder.

We should consider github.com/mikepb/go-serial as well.

blockmurder commented 4 years ago

Seems like github.com/jacobsa/go-serial could be a better alternative regarding C dependencies (see new issue harenber/ptc-go#24)