Enables the communication through a serial port over RPC.
cargo run --bin server -- 127.0.1.1:3333
- gRPC: tonic
- Serial port communication: serialport-rs
Enables the communication through a serial port over RPC.
cargo run --bin server -- 127.0.1.1:3333