Skip to content

Serial output works, but serial input does not seem to #4

@marcmerlin

Description

@marcmerlin

I should have worked with this code more often, and I'm fixing this now.
One issue I did hit though is that my code relies on serial input to do specific thing.
Serial output works, but I can't get input working
Would something like this work for you?
if (Serial.available()) readchar = Serial.read();

If not, is it easy to add? :)

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