Skip to content

Any way of using Half-Duplex Serial? #197

@jonathanmlang

Description

@jonathanmlang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions