Serial.flush()

[Serial]

説明

Waits for the transmission of outgoing serial data to complete.

flush() inherits from the Stream utility class.

Syntax

All boards:

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

86Duino One specific:

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

86Duino EduCake specific:

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

Parameters

none

Returns

nothing

See also


Language Reference Home

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

コメントする

上部へスクロール