3 unstable releases

Uses old Rust 2015

0.2.0 Dec 11, 2019
0.1.1 May 23, 2017
0.1.0 Feb 3, 2017

#42 in #accessing

Download history 26/week @ 2024-02-20 49/week @ 2024-02-27

75 downloads per month

MIT license

12KB
322 lines

rcom 1.0

A communication program for accessing serial ports

Simple minicom replacement. Shows timestamp for each line received.

USAGE:

rcom [FLAGS] [OPTIONS]

FLAGS:

-h, --help             Prints help information
-n, --no-timestamps    Don't show timestamps
-V, --version          Prints version information

OPTIONS:

-d, --device <device_name>    Serial port name [default: /dev/ttyUSB1]
-s, --speed <speed>           Communication speed [default: 115200]

KEYS:

Use Ctrl+A key to exit rcom

Dependencies

~2MB
~35K SLoC