Updating variables in web pages

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Updating variables in web pages

ソリューションへジャンプ
450件の閲覧回数
utsavikalpesh
Contributor V

Hi All,

I am using MQX 4.0 and created a project which is a small copy of web-hvac demo running perfectly.Now moving to the next step I connected RS-485 which is communicating to module TWR-K60D100M and I need to send the data coming from RS-485 to web pages which is continuously updating.Can any one have an idea what i need to do??Plz answer me as soon as possible........:smileyconfused::smileyconfused::smileyconfused:

タグ(5)
0 件の賞賛
1 解決策
312件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi Utsavi,

have you seen httpsrv example in MQX installation?

C:\Freescale\Freescale_MQX_4_0\rtcs\examples\httpsrv

The RTC does what you want to do with UART, here you can see how the RTC is running and the server is being updated with RTC data. In the other way, you can also see that the webserver retrieves data from the client when the client clicks the buttons in the webpage to toggle the on board LEDs.

All this is done with CGI.

Hope this helps!

Carlos

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
313件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi Utsavi,

have you seen httpsrv example in MQX installation?

C:\Freescale\Freescale_MQX_4_0\rtcs\examples\httpsrv

The RTC does what you want to do with UART, here you can see how the RTC is running and the server is being updated with RTC data. In the other way, you can also see that the webserver retrieves data from the client when the client clicks the buttons in the webpage to toggle the on board LEDs.

All this is done with CGI.

Hope this helps!

Carlos

0 件の賞賛
312件の閲覧回数
utsavikalpesh
Contributor V

Hi Carlos,

Thnx for the reply.I have seen and did it and it is working perfectly.:smileyhappy::smileyhappy:

0 件の賞賛
312件の閲覧回数
utsavikalpesh
Contributor V

Hi Carlos,

Can I get some documents which can explain the functions used in Web HVAC or httpsrv demo??

0 件の賞賛