rcom

Crates.iorcom
lib.rsrcom
version0.2.0
sourcesrc
created_at2017-02-03 08:29:24.963891
updated_at2019-12-11 07:39:08.639044
descriptionA communication program for accessing serial ports
homepage
repositoryhttps://github.com/pftbest/rcom
max_upload_size
id8366
size27,081
Vadzim Dambrouski (pftbest)

documentation

README

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
Commit count: 10

cargo fmt