Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 541 Bytes

Serial API Polyfill

An implementation of the Serial API on top of the WebUSB API for use with USB-to-serial adapters. Use of this library is limited to hardware and platforms where the device is accessible via the WebUSB API because it has not been claimed by a built-in device driver. This project will be used to prototype the design of the Serial API.

This is also available as an npm package here for convenience.