Closed sandeepmistry closed 6 years ago
As discussed in https://github.com/arduino-libraries/MKRGSM/pull/50#issuecomment-425447301.
Note: this changes the logic not to wait for the \r\n, since the modem doesn't echo that until the response is ready as observed by the AT+UPSDA=0,3 command. Instead now we wait to an AT prefix + the command length bytes.
\r\n
AT+UPSDA=0,3
AT
As discussed in https://github.com/arduino-libraries/MKRGSM/pull/50#issuecomment-425447301.
Note: this changes the logic not to wait for the
\r\n
, since the modem doesn't echo that until the response is ready as observed by theAT+UPSDA=0,3
command. Instead now we wait to anAT
prefix + the command length bytes.