mvertescher / serial-terminal-rs

A very simple interactive serial terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serial-terminal-rs

Build Status License License: MIT

A very simple interactive serial terminal

serial-terminal 0.0.0
An interactive serial terminal

USAGE:
    serial-terminal [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -l, --list       Lists available serial ports
    -V, --version    Prints version information

OPTIONS:
    -b, --baud <baud>                    Baud rate [default: 921600]
    -d, --data-bits <data-bits>          Data bits (5, 6, 7, 8) [default: 8]
        --eol <eol>                      End of line transformation (cr, lf, crlf) [default: crlf]
        --flow-control <flow-control>    Flow control (none, software, hardware) [default: none]
        --parity <parity>                Parity checking (none, odd, even) [default: none]
        --stop-bits <stop-bits>          Stop bits (1, 2) [default: 1]
    -t, --tty <tty>                      Path to the serial device

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A very simple interactive serial terminal

License:Apache License 2.0


Languages

Language:Rust 100.0%