Closed TheEngineersCorner closed 4 years ago
I think You say correctly
You right, to me clean. I should invert the names.
But at the end, the TX pin of the SIM800 is connected on the RX pin of the Arduino and the RX pin of the SIM800 is connected on the TX pin of the Arduino :-P
Fixed in master branch.
Thanks for the feedback
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