This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how can i code using AT commands in a controller

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.

  • Hi sir, Still i cannot find the page as the link you mentioned goes to my post and stops there.
    how can i reach the page with sample code of AT commands in c language for controllers.I m presently using tiny gecko controller(EFM32TG110f32)from energy micro.

  • 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...