Get serial port data in an web page

Hello,

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!

[744 byte] By [EduHdez] at [2008-1-6]
# 1
Reading from a port is pretty high up on the security charts so there won't be many sandboxed technologies that would allow it. Unless you got policy access over the client or can have a download then I'd think you're heading for a dead-end. Do you have a specific platform in mind, I was wondering if you could use Vista gadget/Mac dashboard?
pkr2000 at 2007-9-28 > top of Msdn Tech,Architecture,Architecture General...