Reference Language | Libraries | Comparison | Changes
A call to SoftwareSerial(rxPin, txPin) creates a new SoftwareSerial object, whose name you need to provide as in the example below.
You need to call SoftwareSerial.begin() to enable communication.
rxPin: the pin on which to receive serial data
txPin: the pin on which to transmit serial data
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.