Update serial-module.md

And add some tips about pins.
This commit is contained in:
raldi 2022-03-17 13:54:11 -07:00 committed by GitHub
parent cf50234458
commit 5ba23c4f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,19 @@ GPIO access is fundamentally dangerous because invalid options can physically da
This module requires attaching a peripheral accessory to your device. It will not work without one. This module requires attaching a peripheral accessory to your device. It will not work without one.
::: :::
## Overview ## Overview
This is a simple interface to send messages over the mesh network by sending strings over a serial port. This is a simple interface to send messages over the mesh network by sending strings over a serial port. Anything you send the node will be turned into a message sent out over the mesh, and anything received from the mesh will be sent to the serial port. Note that this module does not (yet) allow arbitrary protobuf commands to be sent over the serial connection.
:::tip :::tip
Once module settings are changed, a **reset** is required for them to take effect. Once module settings are changed, a **reset** is required for them to take effect.
::: :::
:::tip
Connect the TX pin to the other device's RX pin, and vice versa. Connect their grounds to each other (not necessary if they're both plugged into the same USB power source.)
:::
## Settings ## Settings
| Setting | Acceptable Values | Default | | Setting | Acceptable Values | Default |