Skip to content

Commit 977d388

Browse files
committed
Docs: Update flow control
1 parent 9e88c12 commit 977d388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hardware_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The pinout is as follows:
4545

4646
**TX** (Transmit - Connect this pin to the RX pin of your system. This pin uses 3.3V logic.
4747

48-
**CTS** (Clear To Send - (Optional) Connect this pin to a GPIO of your system. This pin is 3.3-5V tolerant and has an internal pull-up. When this pin is high the radio will continue to send data. If the host system pulls this pin low, the radio will stop sending data.
48+
**CTS** (Clear To Send - (Optional) Connect this pin to a GPIO of your system. This pin is 3.3-5V tolerant and has an internal pull-up. When this pin is low LoRaSerial will continue to send data. If the host system pulls this pin high, the radio will stop sending data.
4949

50-
**RTS** (Ready To Send) - (Optional) Connect this pin to a GPIO of your system. This pin uses 3.3V logic. If the radio’s buffer (size currently is 4096 bytes) becomes full the system will drive RTS low indicating that it should not be passed more data. If more serial data is received, the buffer will be overwritten, oldest data first.
50+
**RTS** (Ready To Send) - (Optional) Connect this pin to a GPIO of your system. This pin uses 3.3V logic. If the radio’s buffer (size currently is 4096 bytes) becomes full the system will drive RTS high indicating that it should not be passed more data. If more serial data is received, the buffer will be overwritten, oldest data first.
5151

5252
**GND** (Ground) - Connect this pin to the ground of your system.
5353

0 commit comments

Comments
 (0)