bash
cargo install remote_serial
bash
cargo install xargo
xargo +nightly build --target x86_64-unknown-linux-gnu --release
help ```bash $ remoteserial -h remoteserial 1.0.9
USAGE: remote_serial [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -t, --trace Trun on trace -V, --version Prints version information
OPTIONS:
-b, --baud
server
bash
remote_serial -d /dev/ttyACM0 # for unix
remote_serial -d COM6 # for windows
client
bash
remote_serial -s ip:port