DFRobot / DFRobot_SIM7000

MIT License
42 stars 18 forks source link

Problem initializing SoftwareSerial on ESP32 #16

Open nikosmitro opened 3 years ago

nikosmitro commented 3 years ago

Hello everyone,

I try to get the shield working with an ESP32. I have defined and connect the UART pins. But when I run the DFRobot_SIM7000_ATtest example I get the following error:

C:\Users\M&N\Documents\Arduino\libraries\DFRobot_SIM\DFRobot_SIMcore.cpp:7:17: error: invalid conversion from 'Stream' to 'SoftwareSerial' [-fpermissive]

 DFSIMSerial = &s_;

Can anyone help me to solve it?