Skip to content

Baud rate issue #2

@kd8bxp

Description

@kd8bxp

Can confirm the change from pull request #1 corrected the endless ***** I was also getting.
Using: Arduino IDE 1.8.19

Changing the line
Serial2.begin(115200, SERIAL_8N1, 16, 17);
to
Serial2.begin(38400 /*115200*/, SERIAL_8N1, 16, 17);
corrected the issue.

Thanks for the hint @9PEO0xNd

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