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
A library to easily work serial communication
<script type="module">
import wsSerial from 'https://cdn.skypack.dev/ws-serial';
</script>
This is a simple wrapper around the SerialPort npm package to enable Request-Response communication with serial devices.
yarn add ws-serial