Arduino SIM800L Driver Versions Save

Arduino driver for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods

1.14.0

2 years ago
  • Add automatic enable of echo command mode (#37, thanks to @zstergios)
  • Integrate pull request #31 to detect if GPRS is connected (thanks to @kolaCZek)
  • Fix bug when multilines answers on GET and POST (#36)
  • Add command to get the IP of the GPRS connection
  • Add status check of SIM readiness (if PIN required)
  • Add support of SIM PIN code
  • Support automatic HTTP redirection (in case of HTTP response 302)
  • Some refactoring to avoid dynamic memory allocation
  • Update documentation
  • Prepare for release

1.13.3

2 years ago
  • Add support for APN username and password

1.13.2

3 years ago
  • Reset pin is now optional. Thanks to @kimi1991

1.13.1

3 years ago
  • Fix method signature of getDataSizeReceived() to match the variable. Thanks to @nitko12

1.13.0

3 years ago
  • Add headers support for POST and GET requests (by @ztaras)

1.12.0

3 years ago
  • Fix typo in the SoftwareSerial usage (issue #21)
  • Add SIM card serial getter (thanks to @kimi1991)

1.11.0

4 years ago
  • Update security concerns in the documentation
  • Check the firmware version before using command HTTPSSL

1.9.0

4 years ago
  • Add status function to get the version of the module
  • Add status function to get the version of the firmware
  • Add examples to run the basic tests

1.8.0

4 years ago
  • Adjust library name

1.7.0

4 years ago