I came across this with an MTQ_LVW3 and a newer firmware build.
The error my device logs is [WARNING] Expected 4 commas. SMS[0] DATA[+CMGL: 1,"REC UNREAD","5551231234","","18/01/26,20:02:42+00"]. Continuing ...
It seems like it originates from this block.
When I use AT+CMGL="ALL" with a serial interface, I get results like this,
+CMGL: 2,"REC READ","5551231234","","18/01/26,19:52:29+00"
Test message
There are indeed 5 commas, and the extra one in the date-time format is unexpected
I came across this with an MTQ_LVW3 and a newer firmware build.
The error my device logs is
[WARNING] Expected 4 commas. SMS[0] DATA[+CMGL: 1,"REC UNREAD","5551231234","","18/01/26,20:02:42+00"]. Continuing ...It seems like it originates from this block.
When I use
AT+CMGL="ALL"with a serial interface, I get results like this,There are indeed 5 commas, and the extra one in the date-time format is unexpected