Hi,
Can anyone help me with a sample coding of controller using AT commands.The language used to code is C language.some experts have discussed to go on with the site mentioned below http://www.keil.com/forum/docs/thread9113.asp. but there is some problem in the site to which i do not have permission to access the site. please help me to find out alternative solution to this problem.send me the solution as soon as possible as i am running out of time. Waiting for your reply.Thanks in advance.
www.lmgtfy.com
"I m presently using tiny gecko controller(EFM32TG110f32)from energy micro"
The only bit that's specific to the particular platform is the low-level detail of sending & receiving characters over the appropriate interface.
Once you have, say, a putchar() function to send a character and a getchar() function to retrieve a received character, the rest is entirely platform-independent...