-
-
Notifications
You must be signed in to change notification settings - Fork 86
Arduino UNO R4 SoftwareSerial missing end() #463
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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @bmitov, |
I have copied your response from #464 to this issue @bmitov. I have unlocked the issue in order to allow you to provide any additional information that might be requested. However, if the issue becomes the source of "noise" from people making comments that don't add anything of technical value, as happened before, then I will be forced to lock it again. For the interested parties, please refrain from replying unless you have significant and unique information to add. If you only want to express your support for the PR or a comment in the thread, use the "Reactions" feature to add a "👍", etc. "Me too"/"+1" comments are not allowed here. Everyone who watches the repository receives a notification whenever any reply is made on any of the issues and PRs. It is important for the developers and maintainers of the project to watch the repository to make sure we see the valuable feedback from the contributors. But if the repository becomes the source of a large number of low value notifications we must either waste our time sorting through them instead of doing productive work, or else unwatch the repository. Unstructured conversations about Arduino-related subjects are always welcome over on Arduino Forum. |
The SoftwareSerial implementation for Arduino UNO R4 is missing the
end()
method.Sometimes it is necessary to stop the Serial and start manually controlling the pins.
end()
is implemented for all other platforms that I have worked with 😦. For example:Additional context
Additional requests
The text was updated successfully, but these errors were encountered: