I cannot seem to find any way of implementing Half-Duplex serial. Is it supported? Can't find any mention of it anywhere in this library even though the atmega4809 datasheet mentions support for it.
Ive come from the spence konde megatinycore and I can do:
Serial1.begin(9600, (SERIAL_8N1 | SERIAL_HALF_DUPLEX));
and that works great for attiny chips, but that does not work here and cannot find an alternative.
Can you help?