meshtastic/website/docs/settings/serial-plugin.md
2021-05-03 14:17:02 -06:00

47 lines
836 B
Markdown

---
id: serial-plugin
title: Serial Plugin Settings
sidebar_label: Serial Plugin
---
## Overview
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
## Settings
| Setting | Acceptable Values | Default |
| :-----: | :---------------: | :-----: |
| serialplugin_enabled | `true`, `false` | `false` |
| serialplugin_echo | `true`, `false` | `false` |
| serialplugin_mode | `integer` | `0` |
| serialplugin_rxd | `integer` | `0` |
| serialplugin_timeout | `integer` (seconds) | `0` |
| serialplugin_txd | `integer` | `0` |
### serialplugin_enabled
Enables the plugin.
### serialplugin_echo
<!--- TODO --->
### serialplugin_mode
<!--- TODO --->
### serialplugin_rxd
<!--- TODO --->
### serialplugin_timeout
<!--- TODO --->
### serialplugin_txd
<!--- TODO --->
## Details