Serial.End History
Hide minor edits - Show changes to output
January 30, 2012, at 11:15 AM
by Scott Fitzgerald -
Changed lines 26-29 from:
* [[(Reference.)Serial.begin]]()
to:
(:include Reference/SerialSeeAlsoIncludes:)\\
February 01, 2010, at 11:14 AM
by David A. Mellis -
Changed lines 13-16 from:
Serial1.end()
Serial2.end()
Serial3.end()
to:
Serial1.end() \\
Serial2.end() \\
Serial3.end()
February 01, 2010, at 11:13 AM
by David A. Mellis -
Added lines 9-16:
!!!!Syntax
Serial.end()
''Arduino Mega only:'' \\
Serial1.end()
Serial2.end()
Serial3.end()
February 01, 2010, at 11:07 AM
by David A. Mellis -
Changed lines 1-2 from:
to:
[[Reference/Serial]]
!!end()
Changed lines 11-12 from:
to:
Changed lines 15-16 from:
to:
February 01, 2010, at 10:59 AM
by David A. Mellis -
Added lines 1-20:
!!Serial.end()
!!!!Description
Disables serial communication, allowing the RX and TX pins to be used for general input and output. To re-enable serial communication, call [[Serial.begin]]().
!!!!Parameters
None
!!!!Returns
Nothing
!!!!See also
* [[(Reference.)Serial.begin]]()
[[Reference.HomePage | Reference Home]]