Using gsm sim 800l with arduino DUE

Hi every one.
I have a gsm sim800l module and a Due board.I want to use the module with due.
But the libraries (softwareserial) and ( sim800l) both of them didn't work with DUE.
If you know any way to solve this problem.please help.

Thanks

The Due has 4 hardware serial ports. I'm sure you're not using all of them. It's always better to use hardware serial instead of software serial if possible.

+1

However, if you want to stick to a library, there is a Softawre serial library for the DUE:

And logic level shifters may be usefull with Sim8001.

URL to sim8001 library ?