This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fetching data from server back to MSP430f5435.

Other Parts Discussed in Thread: MSP430F5435

Hello,

          I have interfaced a GSM Module to MSP430F5435, I am able to send data to the server through TCP/IP.  Now I want to send data from the server back to MSP430 so please can you suggest how to get the data from the server. I tried using Serial ports but I am unable to get the serial port number.

  • Akshay, 

    I'm currently working on a project for which I need to send data to a server through gsm module connected to my msp430. Can you point me in the right direction as to how can I accomplish this?

    I am currently in design phase and this info would be really helpful. So far I only see examples of gsm to send SMS messages, but I need to talk to a server through TCP/IP just as you did.

    Thanks in advance

  • Hi Eric,

    At first, I would suggest you to study your GSM module and the AT commands related to it. Accordingly you can select a micro-controller based on your requirement. For example, I have used SAGEM HiLo GSM/GPRS module interfaced with MSP430F5435. 

    Secondly, I faced many problems while sending the data to the server from my device and vice - versa. Reason for that being the modularity or the flow of AT commands included in my program. You cannot write AT commands in any random sequence. Hence maintain the flow properly. There are many articles available on internet related to AT commands and their use.

    Regards

**Attention** This is a public forum