carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
159 stars 58 forks source link

Usr & pwd #13

Closed julioBesse closed 5 years ago

julioBesse commented 5 years ago

Where should I put my User and Password for APN autentication?

carrascoacd commented 5 years ago

Is not supported right now. Have you tried the lib without it?

If you are playing with AT cmd try: AT+CSTT= "APN", "USER", "PWD"

julioBesse commented 5 years ago

Hola Antonio, Gracias por tu respuesta. Modifiqué http.h y http.cpp para que reciba 3 parámetros de entrada y quedó funcionando ok. Saludos.

On Wed, Jul 25, 2018 at 6:10 PM, Antonio notifications@github.com wrote:

Is not supported right now. Have you tried the lib without it?

If you are playing with AT cmd try: AT+CSTT= "APN", "USER", "PWD"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/carrascoacd/ArduinoSIM800L/issues/13#issuecomment-407896964, or mute the thread https://github.com/notifications/unsubscribe-auth/AmubFNQUnDi10HrfyeOgu97L-nEaWy95ks5uKN7KgaJpZM4Vc3-s .

carrascoacd commented 5 years ago

Ok! eres bienvenido si quieres hacer una contribución con tu mejora 👍