vittorioexp / Sim800L-Arduino-Library-revised

The SIM800L Arduino Library is a simple and easy-to-use library for the SIM800L module, allowing for quick and efficient communication with the module using the Arduino platform.
GNU General Public License v3.0
100 stars 46 forks source link

Using this library with arduino nano rp2040 #27

Open eziosoma opened 2 years ago

eziosoma commented 2 years ago

Arduino nano rp2040 foes not have software serial library implementation. How can use this library witj Serial1?

The main problem is that sim800 is a class derived from softwareserial...

vittorioexp commented 1 year ago

Open these files:

and replace "SoftwareSerial" with "Serial1"