Crates.io | rs-com |
lib.rs | rs-com |
version | 0.4.0 |
source | src |
created_at | 2022-09-22 08:56:59.858023 |
updated_at | 2023-02-03 08:02:46.431193 |
description | A Really simple serial communication terminal |
homepage | https://github.com/MadsAndreasen/rs-com |
repository | |
max_upload_size | |
id | 671553 |
size | 34,937 |
This is a really simple serial comunication terminal application Much like picocom.
Press C-a C-h for a list of commands
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