web-serial
Serial port web interface
Install
Firstly install Node.js
Next install dependencies
cd web-serial
npm install
npm install -g http-server
Run
In the first place run working with serial port server
`npm run server `Further start up web interface server
`http-server ./pub/ -p 80`Well done! Now that works in localhost