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