rs-com

Crates.iors-com
lib.rsrs-com
version0.4.0
sourcesrc
created_at2022-09-22 08:56:59.858023
updated_at2023-02-03 08:02:46.431193
descriptionA Really simple serial communication terminal
homepagehttps://github.com/MadsAndreasen/rs-com
repository
max_upload_size
id671553
size34,937
Mads Andreasen (MadsAndreasen)

documentation

README

Really Simple Communication

This is a really simple serial comunication terminal application Much like picocom.

Usage

Press C-a C-h for a list of commands

Macros

It is possible to define up to 10 macros in a yaml file. This file must be called "macros.rscom" and be located in the current working directory. The contents could look like this:

macros:
    - name: Macro 0
      content: Foo
    - name: Macro 1
      content: Bar
    - name: Macro 2
      content: AnotherMacro
    - name: Macro 3
      content: OneMore
Commit count: 0

cargo fmt