This project is an emulator of the KISS protocol allowing to respond to requests from a Serial device connected to usb.
To work, the browser must support the Gamepad API and Web Serial API (currently only Chrome).
npm install
npm run serve
npm run build