Use Windows serial comm functions from golang.org/x/sys/windows

This commit is contained in:
Tom Payne
2024-04-09 12:51:09 +02:00
committed by Tom Payne
parent 0b7848559a
commit 45e996e1b0
5 changed files with 86 additions and 377 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.17
require (
github.com/creack/goselect v0.1.2
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.17.0
golang.org/x/sys v0.19.0
)
require (