Skip to content

Bug: Receive not working #1

@Ricky1975

Description

@Ricky1975

Replace Line 300 in SoftwareSerial.c
if ( ! error && ! rxpin == SOFTWARE_SERIAL_RX_DISABLED )

by
if ( !error && !(rxpin == SOFTWARE_SERIAL_RX_DISABLED) )
... and you will be able also to receive data :-)

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