From 8229b7c645b707e0eec1e60c2fe660c540ecb44b Mon Sep 17 00:00:00 2001 From: mikolajjaworski Date: Wed, 13 Sep 2023 13:07:16 +0200 Subject: [PATCH] refactor: fix errors in m16 documentation --- docs/modem-m16/modem-m16-uart-interface.md | 2 +- docs/modem-m16/modem-m16.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modem-m16/modem-m16-uart-interface.md b/docs/modem-m16/modem-m16-uart-interface.md index a7fd602..76c0dfa 100644 --- a/docs/modem-m16/modem-m16-uart-interface.md +++ b/docs/modem-m16/modem-m16-uart-interface.md @@ -76,7 +76,7 @@ The table below provides an overview of the available channels: For instance, to configure the modem to communicate on channel 11 via the UART interface, follow these steps: 1. Transmit a single "c" (0x63) character over UART. -2. Allow a one-second interval to pass (±0.3 seconds deviation is acceptable). +2. Allow a one-second interval to pass. 3. Send another "c" (0x63) character over UART. 4. Wait for less than 2 seconds / transmit immediately. 5. Send a single "b" (0x62) character. diff --git a/docs/modem-m16/modem-m16.md b/docs/modem-m16/modem-m16.md index 8ffa07b..5ece42a 100644 --- a/docs/modem-m16/modem-m16.md +++ b/docs/modem-m16/modem-m16.md @@ -13,7 +13,7 @@ The Modem-M16 has a 3.3 volt UART interface and a RS485 interface. | Settings | Value | | :--------------- | :----- | -| Baud rate | 115200 | +| Baud rate | 9600 | | Data parity stop | 8N1 | | Flow control | None |