Sample for Creating an AT Command

Hi there,

I am using the samples on the SDK. I want to create my own at command but when I run sample 2 of the samples,the trace for starting the timer does not come out. anyone who can help.

I have sorted my issues with the creation of an at command. Thank you

Perhaps you would care to explain what you did, for the benefit of future readers who may refer to this thread seeking guidanceā€¦?

This sample code is for starting and stopping a timer using at commands AT+STARTTIMER and AT+STOPTIMER. These are AT commands that are created by the writer of the code and are not from wavecom.

After compiling the code, you have to type in the command AT+STARTTIMER on in the terminal emulator to start the timer and type in the command AT+STOPTIMER in the terminal emulator to stop the command.

Regards,

Nomagugu