blob: 4a6bec5489583b80b09a5dc525ea6481ffd83b5c (
plain)
1
2
3
4
5
6
|
This example connects to a Meshtastic device connected to a serial port, decodes received messages, and logs them out
```shell
go run main.go # search for first device connected to a serial port
go run main.go /dev/ttyUSB0 # explicitly provide a port to connect to
```
|