This page is also available in 3 other languages

Serial.end()

설명

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().

문법

Serial.end()

Arduino Mega only:

Serial1.end()
Serial2.end()
Serial3.end()

매개변수

Nothing

반환

Nothing