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.

FRAM sensor application on MSP430FR5739

Hello sir,

I would like to know why the code is using SERVER_PORT as 1204? Any specific reason?

Can I use any other port ? If so then in which range ports can be used. I am getting confused with this?

Help out.

Thanks

  • Nikit,

    1204 was selected somewhat randomly. There are general recommendations to use ports above 1000 for non standard services, so 1204 was selected as a random
    number where no other service was known to be used.

    Of course you may use any port number for your application. For example, the FRAM webserver uses port 80 which is HTTP.

    Regards,
    Gustavo