Web Serial API examples – talk to serial devices from your browser…

Demo

Web Serial API examples – talk to serial devices from your browser

The Web Serial API makes it possible for web browsers to read and write from serial devices. Soon you can chat with Arduinos, Raspberry Pis and most any device that speaks serial – straight from your website and no drivers needed. The Serial API specification is, as of this writing, not a W3C standard but you can already play with it in the latest beta versions of Chrome and Edge.
This repository is my playground for evaluating this upcoming API.

Read more.