[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
See also
- if (Serial)
- available()
- begin()
- end()
- find()
- findUntil()
- parseFloat()
- parseInt()
- peek()
- print()
- println()
- read()
- readBytes()
- readBytesUntil()
- setTimeout()
- write()
- serialEvent()
Language Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。