Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Software serial wrong delcaration? #21

@TheEngineersCorner

Description

@TheEngineersCorner

hello, the basic test for software serial is incorrect? the rx and tx is wrong way.

SoftwareSerial(SIM800_TX_PIN, SIM800_RX_PIN);
The correct method is:
SoftwareSerial(RX,TX)

See, https://www.arduino.cc/en/Tutorial/SoftwareSerialExample

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