skorokithakis / A6lib

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺
MIT License
127 stars 49 forks source link

Hardware serial support #18

Closed pusent closed 6 years ago

pusent commented 6 years ago

How to use a6 module librarry with hardware serial on arduino?

skorokithakis commented 6 years ago

I think you need to replace the softserial object with the Serial object, but I'm not quite sure. I'd appreciate a PR that made it more easily swappable.