Skip to content

Missing SoftwareSerial.stopListening() and SoftwareSerial.listen() #522

@gicking

Description

@gicking

I have a library which provides LIN communication across a variety of architectures and serial interfaces. For SoftwareSerial I rely on methods stopListening and listen to ignore the 1-wire echo. However, as both are not (yet) implemented for the new Renesas controllers, the build fails. Other cores do support these methods, e.g. see here).

Is it possible to add this feature? I guess it would be a simple matter of disabling and re-enabling the IRQ, but I am not familiar with this new controller, so I kindly ask you to add this as a new feature.

Thanks a lot in advance! Looking forward to a lot of fun with the new UNO :-)

Georg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions