This commit is contained in:
Ben Meadors 2022-12-04 19:38:22 -06:00 committed by GitHub
parent 44d937dfa2
commit 67607e06c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ Default is to use RX GPIO 16 and TX GPIO 17.
- RXD 13
- TXD 14
3. Set `serial.timeout` to the amount of time to wait before we consider your packet as "done".
4. (Optional) set serial.mode to TESTMSG if you want to send messages to/from the general text message channel
4. (Optional) set serial.mode to TEXTMSG if you want to send messages to/from the general text message channel
5. Connect to your device over the serial interface at `38400 8N1`.
With [tio](https://github.com/tio/tio) – `tio -e -b 38400 -f none /dev/myserialport`