Skip to content

Arduino UNO R4 SoftwareSerial missing end() #463

@bmitov

Description

@bmitov

Activity

RonsTek

RonsTek commented on Apr 26, 2025

@RonsTek
finnandreh

finnandreh commented on Apr 27, 2025

@finnandreh
locked and limited conversation to collaborators on Apr 27, 2025
maidnl

maidnl commented on Apr 28, 2025

@maidnl
Contributor

Hi @bmitov,
I have some difficult to understand the issue and I would like to ask you if you can help me.
Can you please explain how you are using the Serial Software and what you are expecting that does not work?
I made some naive tests and it seems to me that is possible to configure 2 pins assigned to Serial Software and then use them "manually" as GPIO (without calling any Serial Software end() function, just use pinMode() to configure them) and that seems to work to me, but probably I am missing some context here.
Can you please help me to better understand the issue? Thanks

unlocked this conversation on Apr 28, 2025
per1234

per1234 commented on Apr 28, 2025

@per1234
Collaborator

@bmitov responded to @maidnl's question on a different issue:

I need to be able to enable the serial, use it as serial, then disable, control the pins, and later enable the serial again.

per1234

per1234 commented on Apr 28, 2025

@per1234
Collaborator

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.

pennam

pennam commented on Jun 10, 2025

@pennam
Contributor

@bmitov @finnandreh @RonsTek Did you had the chance to test #465 ?

added a commit that references this issue on Jun 30, 2025
176829e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @bmitov@per1234@pennam@maidnl@finnandreh

    Issue actions

      Arduino UNO R4 SoftwareSerial missing end() · Issue #463 · arduino/ArduinoCore-renesas