ostaquet / Arduino-SIM800L-driver

Arduino driver for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods
MIT License
133 stars 61 forks source link

Support other modules e.g. SIM7070G or SIM7600E #57

Closed reinos closed 1 year ago

reinos commented 2 years ago

Hi there,

First of all, great library!

Currently im working with a sim800L but Im upgrading the module to a different one SIM7070G or SIM7600E. Does the library also support other modules other than the SIM800L?

let me know.

ostaquet commented 1 year ago

No idea if it is compatible. I guess that SimCom offers the same AT commands on the new version than on the SIM800L. You should check the AT commands guide, compare the format/commands used in the library and adapt if required.