Skip to content

Bug in SoftwareSerial9::recv() #3

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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