One of the thing that current Windows application does is that it writes out information to a hardware device via a UDP message. We are considering porting the application to web-based.
I checked Silverlight, and that doesn't allow UDP. We don't want to use ActiveX or Java Applets.
What are the other options?
Thanks.
Update - does anyone know if I can use Flash to do this?