- now you can see the serial output in the graphical user interface - main and gui packages were updated - readme edit
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module foglar/serial_read
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
)
|
|
|
|
require golang.org/x/sys v0.17.0 // indirect
|