How can get to know the current time and date?
, by adl_atCmdCreate function
You can use:
adl_atCmdCreate(“AT+CCLK?”,TRUE,Handler,"+CCLK",NULL);
and then in your handler you’ll find the date and time in resp->StrData.
hello,
In handler for cmdcreate i am not able to access resp->StrData it is giving error can any one pls tell me how to get time using AT+CCLK by using cmdcreate API
thanks,
kavitha
What is giving error?
What error is it giving?