Hi everybody,
I would like to enable the +WBCI battery indications. In X.51 / OpenAT 3.02 this was done in the embedded application by
at+wbcm=3,1,4200,3400,1000,10000,150
This command does not work like that anymore when using “655_09gm.Q2406B 2015268 111705 17:01”, why? I did look into the AT specification but I couldn’t figure out what the problem is:
at+wbcm=3,1,4200,3400,1000,10000,150
+CME ERROR: 552
at+wbcm=3,1
+CME ERROR: 552
at+wbcm?
+WBCM: 0,0,4200,3400,100,5000,0,0
OK
The sample from the AT commands specification also does not work:
at+wbcm=3,0,4200,,500,3000,0,500
+CME ERROR: 552
So, the error means: “Unsolicited responses for autodiag or charge indications are already activated on another port”. But they are not.
WDIAG is deactivated and I also checked UART2, but nothing is activated there either. And the application is stopped. Where else could it be already activated???
at+wdiag?
+WDIAG: 0,0,0,0,0,0,0
OK
at+wopen?
+WOPEN: 0
OK
Any ideas?
Thanks,
Jan