-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Serial.print bug ? #6293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The report is missing "some" information... If the bug report refers to a UNO, it's quite normal that not all bytes are being written, since the 16u2 changes its behaviour based on the status of the 328 (and probably changes baud rate, too, I have no time to check). |
Just two comments:
|
Actually, I think |
correct answer is then:
This happen because the Serial library is asynchronous, in this particular case reeling on the interrupt to put the next byte in the output buffer in the register that will take care of the communication. |
this code work only for an half,
it print only
12
The text was updated successfully, but these errors were encountered: