remote uart

Crates.io MIT licensed Build Status Size Crates.io GitHub release (latest by date) GitHub tag (latest by date)

Install

bash cargo install remote_serial

build with xargo

bash cargo install xargo xargo +nightly build --target x86_64-unknown-linux-gnu --release

run

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 Baud rate to use [default: 115200] -d, --device Filter based on name of device -o, --output save serial output to a file -c, --password server password [default: 32485967] -p, --port current server port [default: 6258] -s, --server remote server ip:port ```

server bash remote_serial -d /dev/ttyACM0 # for unix remote_serial -d COM6 # for windows

client bash remote_serial -s ip:port