ws-serial

A library to easily work serial communication

Usage no npm install needed!

<script type="module">
  import wsSerial from 'https://cdn.skypack.dev/ws-serial';
</script>

README

ws-serial

This is a simple wrapper around the SerialPort npm package to enable Request-Response communication with serial devices.

To install

yarn add ws-serial