Skip to content

Commit

Permalink
refactor: fix errors in m16 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MikolajJaworskiWL committed Sep 13, 2023
1 parent 1355dba commit 8229b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modem-m16/modem-m16-uart-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/modem-m16/modem-m16.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 8229b7c

Please sign in to comment.