From c5448bb269643cf8bf8635f22f0c1fdcaf66d822 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 17 May 2017 15:57:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6eafc..0e9d4f8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Watch this repo for new updates! And of course, contributions are welcome ;) When using ```SoftwareSerial``` (on Uno, Nano, etc), the speed **115200** may not work. Try selecting **57600**, **38400**, or even lower - the one that works best for you. -Be sure to set correct TX/RX pins in the sketch. +Be sure to set correct TX/RX pins in the sketch. Please note that not every Arduino pin can serve as TX or RX pin. **Read more about SoftSerial options and configuration [here](https://www.pjrc.com/teensy/td_libs_AltSoftSerial.html).** ### Diagnostics sketch