You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| examples/micropython | 1 year ago | |
| src | 1 year ago | |
| .dockerignore | 1 year ago | |
| .gitignore | 1 year ago | |
| Dockerfile | 1 year ago | |
| LICENSE | 1 year ago | |
| Makefile | 1 year ago | |
| README.md | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
| postcss.config.js | 1 year ago | |
| tailwind.config.js | 1 year ago | |
| vite.config.js | 1 year ago | |
README.md
Web Serial Console
🚧 Archived 🚧
This project has been archived here and development has moved to Github
Serial console access in the browser! This project uses an experimental Web Serial API available, as of 08/06/2024, on Chrome 89+, Edge 89+, or Opera 75+.
This is a work in progress and a learning experiment. Feel free to file an issue if you encounter one.
Local Development:
A basic http server can be run using make serve.
Additional Instructions TBD