MadsAndreasen / rs-com

Really Simple Serial Communication in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Really Simple Serial Communication in Rust


Languages

Language:Rust 100.0%