bash
cargo install remote_serial
bash
cargo install xargo
xargo +nightly build --target x86_64-unknown-linux-gnu --release
server
bash
remote_serial -d /dev/ttyACM0 # for unix
remote_serial -d COM6 # for windows
client
bash
remote_serial -s ip:port