Framed protobuf client for /dev/ttyUSB0 at 921600 baud with generated uart_messages types matching the device protocol. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
207 B
Modula-2
14 lines
207 B
Modula-2
module powerpod/gotool
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
go.bug.st/serial v1.6.4
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|