remote_serial

Crates.ioremote_serial
lib.rsremote_serial
version1.0.9
sourcesrc
created_at2021-04-16 05:09:49.44282
updated_at2021-04-23 04:12:58.617354
descriptionremote connect to serial
homepage
repositoryhttps://github.com/zhp-rs/remote_serial
max_upload_size
id385204
size45,453
(kabirz)

documentation

README

remote uart

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

Install

cargo install remote_serial

build with xargo

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

run

help

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

server

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

client

remote_serial -s ip:port
Commit count: 39

cargo fmt