- Serial reader read data, and outputs them - Sender send temperature - Receiver transmits data via serial
8 lines
150 B
Modula-2
8 lines
150 B
Modula-2
module foglar/serial_read
|
|
|
|
go 1.21.6
|
|
|
|
require github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
|
|
require golang.org/x/sys v0.16.0 // indirect
|