Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Class | Serial |
||
---|---|---|---|
Name | end() |
||
Examples | ... Serial1.end(); ... |
||
Description | Closes the Serial1 serial port. | ||
Syntax | serial.end() |
||
Parameters |
|
||
Returns | None | ||
Usage | Application |