Get serial port data in an web page
I have developed a windows form application to read data from serial port using .NET 2.0 (using a C# API).
I would like to get this scenario:
* A user in a client machine browse a html page with a button. When the user clicks the button, a page or wpf application shows "Waiting for data from serial port...". The user sends data from the serial port and the html receives the data in a <object> tag or perhaps some javascript, to send the data to the server
I only could get data in a web page from serial port using a XBAP application but this isn′t the aproach I looking for. I also thinking it could be only possible with a java applet.
Any suggestions or techonologies to do this scenario?
Thanks!

