Serial[x].flush()
does not wait until transmission is finished
#158
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Using Serial1.flush()
In flush() of ArduinoUnoR3 waited until the transmission was completely finished.
When I tried R4, it seemed to exit as soon as the Tx buffer was empty.
Please tell me what to do. Or is it possible to fix it?
The text was updated successfully, but these errors were encountered: