Serial.flush()

[Serial]

説明

Waits for the transmission of outgoing serial data to complete.

flush() inherits from the Stream utility class.

構文

All boards:

  • Serial.flush()
  • Serial1.flush()

86Duino One specific:

  • Serial2.flush()
  • Serial3.flush()
  • Serial485.flush()

86Duino EduCake specific:

  • Serial2.flush()
  • Serial3.flush()
  • Serial232.flush()

媒介変数

none

戻り値

nothing

参照


Language Reference Home

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

上部へスクロール