Skip to content

zhp-rs/remote_serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published