skorokithakis / A6lib

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺
MIT License
127 stars 49 forks source link

Problem with A6command. Passing quotes in the AT String #16

Closed GeorgeDLake closed 7 years ago

GeorgeDLake commented 7 years ago

Hi. I need to pass user and password to the APN like this: AT+CSTT="web.tmovil.cl","web","web"

but I dont seem to find how to do this. Here is what I have tried: retstatus=_A6l->A6command((const char *)"AT+CSTT=web.tmovil.cl,web,web", "OK", "yy", 20000, 1, NULL); This will retrun: Issuing command: AT+CSTT=web.tmovil.cl,web,web Reply in 155 ms: OK If I start adding quotes to the AT part of the line it still show the same Issuing Command.

skorokithakis commented 7 years ago

Escape your quotes?