| Libraries | |
SoftwareSerialThe Wiring SoftwareSerial library allows for easily reading and writing data to and from external machines through software serial ports. It allows two machines to communicate. Note: the SoftwareSerial class doesn´t have the available() method. The serial port is a nine pin I/O port that exists on most PCs and can be emulated through USB on Macintosh and PCs with USB Serial adapters. |
|
SoftwareSerial begin() print() println() read() |