GitHub - google/web-serial-polyfill (original) (raw)

Skip to content

Sign in

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

This repository was archived by the owner on Jan 23, 2025. It is now read-only.

google / web-serial-polyfill Public archive

License

Apache-2.0 license

129 stars 31 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory63 Commits
.github/workflows .github/workflows
.eslintrc.cjs .eslintrc.cjs
.gitignore .gitignore
.npmignore .npmignore
CONTRIBUTING.md CONTRIBUTING.md
LICENSE LICENSE
README.md README.md
package.json package.json
serial.ts serial.ts
tsconfig.json tsconfig.json

Repository files navigation

Serial API Polyfill

An implementation of the Web 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 was used to prototype the design of the Web Serial API and remains useful for platforms (such as Android) which support the WebUSB API but do not support the Web Serial API.

This is also available as an npm packagehere for convenience.

A demo of this library is provided as part of theserial terminal demoand can be activated by clicking the "Switch to API polyfill" link.

About

No description, website, or topics provided.

Resources

Readme

License

Apache-2.0 license

Code of conduct

Code of conduct

Security policy

Security policy

Activity

Custom properties

Stars

129 stars

Watchers

11 watching

Forks

31 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors4

Languages