Hi All,
I am using HVAC demo of mqx v4.0 and have task that needs to communicate between more than one module.The problem here is i need to create one html page which is communicating with more than two modules.But now i fell into deep ponder that,Can Index.html page response to other .c file (cgi functions) of other modules as there is only one module have html page and I have to take only response of other module??
Or is there any other way to communicate between modules??My Code warrior is of version 10.2.I have never done this kind of communication before.
Plz help.............................:smileysad:
Solved! Go to Solution.
Hi Utsavi,
What do you mean with "two modules"?
The html can have more than one call to a CGI. just take a look to the example HTML I am attaching. This comes from the C:\Freescale\Freescale MQX 3.8\rtcs\examples\httpsrv\web_pages folder.
I hope this helps you.
Regards,
Garabo
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Utsavi,
What do you mean with "two modules"?
The html can have more than one call to a CGI. just take a look to the example HTML I am attaching. This comes from the C:\Freescale\Freescale MQX 3.8\rtcs\examples\httpsrv\web_pages folder.
I hope this helps you.
Regards,
Garabo
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Garabo,
Thnx for reply.