Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using this library with arduino nano rp2040 #27

Open
eziosoma opened this issue Dec 18, 2021 · 1 comment
Open

Using this library with arduino nano rp2040 #27

eziosoma opened this issue Dec 18, 2021 · 1 comment

Comments

@eziosoma
Copy link

eziosoma commented Dec 18, 2021

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
Copy link
Owner

Open these files:

and replace "SoftwareSerial" with "Serial1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants