4 releases (breaking)

0.4.0 Feb 3, 2023
0.3.0 Feb 1, 2023
0.2.0 Jan 19, 2023
0.1.0 Sep 22, 2022

#786 in Embedded development

MIT license

13KB
272 lines

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

Dependencies

~6–17MB
~203K SLoC