Question for the experts

hehejo

Developer
Sep 22, 2009
803
12
18
Switzerland
www.peakinformatik.com
Does anyone know how I can control a serial port from a website?

Device <-serial-> UserPC <-internet-> PHP Website

All I found was how to control it if the device is connected to the server. Do I need to have a custom software on the UserPC?

Cheers
 


For it to work from a browser, you'll need to use java, and if I'm not mistaken, the java app would require administrative privileges. An installed app would also suffice, but most likely will require the same privileges for serial access.
 
Please help. I am trying to have a masked link open in a new window. Here is the generic code: <a href="http://www.google.com/" onclick="document.location.href = 'http://www.yahoo.com/'; return false;">Go to Google.com</a>. I know about [FONT=&quot]TARGET="_blank", but I don't know how to incorporate the two to make the masked link open in a new window? Please help. I don't know about php, that's why I'm using html. Thanks in advance.
[/FONT]