Skip to content

Bug in SoftwareSerial9::recv() #3

@umdhollings

Description

@umdhollings

There is a bug in this routine the prevents a "1" in the high (9th) bit from being received. The line:

d |= 0x80;

needs to be changed to

d |= 0x100;

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