Serial.flush()

From Microduino Wiki
Revision as of 09:39, 11 August 2016 by 172.31.23.3 (talk) (Created page with " Refresh the data in the serial ports, and wait for the serial ports’ complement of output. *'''Syntax''':<br> <pre style="color:green"> Serial.flush() </pre>https://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Refresh the data in the serial ports, and wait for the serial ports’ complement of output.

  • Syntax

Serial.flush()
[Return to Arduino Syntax Manual]