-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Disable uart TX pin but use RX #11380
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
@handmade0octopus - I'll investigate it and get back here. |
@handmade0octopus, yes the sketch work correctly using Arduino Core 3.2.0
|
|
Tested using Arduino Core 3.0.7, 3.1.3 and 3.2.0:
If But if Only when both are -1, like in |
Discussed in #11372
Originally posted by handmade0octopus May 16, 2025
Hello!
Slowly moving from 2.X.X arduino (finally).
Question about uart though. Before I used .end(true) to completely detach pins as I only want to use RX part of the Serial as one of my pins is used for dual purpose at boot.
Seems like with new changes I am not able to do that and begin when passed -1 will always default to some pin.
Is there workaround for this or maybe we can get back .end(true) that will also set the pins to value to not use it at all?
Here is simple code of what I am talking about:
Thanks for all the help!
The text was updated successfully, but these errors were encountered: