GitHub - google/web-serial-polyfill (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
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
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
google / web-serial-polyfill Public archive
- Notifications You must be signed in to change notification settings
- Fork31
- Star 129
License
129 stars 31 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
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
License
Code of conduct
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages
No packages published