I want to modify the wiced appliance demo to print uart data received. Please let me know how to pass uart data received to html stream. Thanks.
Solved! Go to Solution.
Sorted using uartrxtx and temperature control demos. Thanks.
You can use WPRINT_APP_INFO() to print UART data received. You can look at snip.scan to understand how to use this.
Was this this the intended question? If not could you please elaborate on what is needed.
Thanks for your reply. My question was to output uart data received to html web page.
Where is the HTML page being hosted on? Is it on the WICED device? If so I am not sure if you can dynamically update the HTML page without refreshing the webpage on the client side. If dynamic update is needed you would need a JS running to link the data read and push it onto the HTML page.
My original message mentions modifying the appliance demo application. This is a web server JS demo application. I need to pass uart received data to html page running on cypress device. In my case I will be using the CYW43903. Please let me know how to pass uart received data to html page running on a wiced device. Thanks.
Sorted using uartrxtx and temperature control demos. Thanks.
Also, this thread maybe of help https://community.cypress.com/t5/WICED-Studio-Wi-Fi-Combo/WICED-device-as-a-web-server/td-p/60297?st...