webserial

0.2.0 • Public • Published

webserial

Current Version Dependencies belly-button-style

Experimental: Requires Node.js 16.5.0 or newer.

Web Serial API for Node.js.

Using this module:

'use strict';
const { Serial, SerialPort, registerGlobals } = require('webserial');

registerGlobals(globalThis);
console.log(globalThis.navigator.serial);
console.log(globalThis.navigator.serial instanceof Serial);

Package Sidebar

Install

npm i webserial

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

466 kB

Total Files

62

Last publish

Collaborators

  • cjihrig