[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
参照
- 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ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。