Actually i am connecting a serial LCD to UART1 of wavecom Q24 extended.i can display the strings sending from UART1 by means of adl_atSendResponses...
But my problem is LCD is displaying the unsolicited responses also which are coming from wavecom core software…How to disable this responses? OR suggest me with any ideas to proceed in this issue…
thanks for the reply… i gone through the AT Commands Interface guide.
Syntax is
AT+WIND=
0 no unsolicited "+WIND: " will occur (default value)
So i gave AT+WIND=0. i restarted the wavecom.But still i am getting the unsolicited responses when my application is started
i thought of getting +wind:0 as response when i gave at+wind?, but i got response as +wind:32763
at+wind?
+WIND: 32763
It is also mentioned we no need to save the settings by giving &w command as they automatically store in EEPROM.
Anyway it is a bad idea to use wavecom’s UART this way. There always will be some invalid data: unsolicited responces, ring indications, etc. I think it is better to set some kind of controller on LCD which will filter all unnecessary data.
It should be possible to disable all these outputs!
Giving AT+WIND=0 before starting the application certainly works for me.
Note: it does seem that the “inner configuration” persists if you stop the application; therefore, you have to re-issue AT+WIND=0 before everyAT+WOPEN=1 …