javascript - Chrome Browser read from serial port -


i'm writing web app client , need data serial port scale used weighing things.

this intra-web project, can specify we're using chrome. see chrome apps have ability talk serial port. want direct access javascript in browser, not app. how do it?

one option i've thought use html5 filereader, , point serial port. since serial port looks file on linux might work.

any thoughts anyone?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -