Solved
Send AT Command to GSM Module via UART
I am having a problem with this line. When i use sprintf to send command but in this command have "", so this line is error. I want to some advice and solution to this.
Thanks
I am having a problem with this line. When i use sprintf to send command but in this command have "", so this line is error. I want to some advice and solution to this.
Thanks
Double quotes within strings need to be escaped. You need to add a backslash before them.
sprintf(cmd, "AT+QCGDEFCONT=\"IP\",\"v-internert\"\r\n");Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.