On Jul 12, 9:19*am, José Regalado <djd...@gmail.com> wrote:
> Greetings.
> I need put data string in the serial port.
> Exist some way for do it from JavaScript, and Firefox?.
>
> Ubuntu Linux, firefox 3.6.
>
> Not internet explorer, not activeX.
>
> Thanks.
Yes there is a way to do it from Firefox and JavaScript. The problem
is that you'll have to do it through XUL and access the functionality
through an XPCOM component AFAIK. I'm not certain if there is one
already made though, so this is probably going to require jumping
through a few hoops to get it working.
Post-HTML 5 is possibly going to contain a <device> tag and API which
could accomplish this:
http://dev.w3.org/html5/html-device/