Hi,
I used Arduino Uno to communicate with my SIM800L module and it run perfectly fine with SoftwareSerial.
Now with my program getting larger in size, i need to use Arduino Due due for larger flash storage space, BUT it can only use HardwareSerial.
Beside Adafruit FONA, is there any library that can use HardwareSerial to communicate with SIM800L? Or any example HardwareSerial code that i can peruse it through so i can understand how it works.
Thanks