You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= SoftwareSerial Library for Arduino (formerly NewSoftSerial) =
2
+
3
+
The SoftwareSerial library has been developed to allow serial communication (TX and/or RX) on other digital pins of the Arduino and other Atmel chips, using software to replicate the functionality (hence the name "SoftwareSerial"). It is possible to have multiple software serial ports with speeds up to 115200 bps. A parameter enables inverted signaling for devices which require that protocol.
4
+
5
+
For more information about this library please visit us at
6
+
http://www.arduino.cc/en/Reference/SoftwareSerial
7
+
8
+
== Written by ==
9
+
10
+
Mikal Hart; with improvements from: ladyada, Paul Stoffregen, Garrett Mace, Brett Hagman and Scott Brynen.
11
+
12
+
== License ==
13
+
14
+
This library is free software; you can redistribute it and/or
15
+
modify it under the terms of the GNU Lesser General Public
16
+
License as published by the Free Software Foundation; either
17
+
version 2.1 of the License, or (at your option) any later version.
18
+
19
+
This library is distributed in the hope that it will be useful,
20
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22
+
Lesser General Public License for more details.
23
+
24
+
You should have received a copy of the GNU Lesser General Public
25
+
License along with this library; if not, write to the Free Software
26
+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
0 commit comments