HTML5 serial port access

htmlserial-port

Is there a way to have a HTML5 page access the serial port of a device, all client-side? I know this can be done with Java applet but I would like to know if it can be done with HTML5.

Best Answer

It cannot. Browsers do not allow access to the port without the use of a plugin.