Sim800L-Arduino-Library-revised icon indicating copy to clipboard operation
Sim800L-Arduino-Library-revised copied to clipboard

Using this library with arduino nano rp2040

Open eziosoma opened this issue 2 years ago • 1 comments

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...

eziosoma avatar Dec 18 '21 21:12 eziosoma

Open these files:

and replace "SoftwareSerial" with "Serial1"

vittorioexp avatar Oct 12 '22 14:10 vittorioexp