I want to find...

検索

Shares

Table of Content

Serial.end()

[Serial]

説明

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

構文

All boards:

  • Serial.end()
  • Serial1.end()

86Duino One/EduCake specific:

  • Serial2.end()
  • Serial3.end()

媒介変数

none

戻り値

nothing

See also


Language Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

上部へスクロール